commit: b2bd3abe2763199cf1d339bb3300084e786dee36
Author: Ryan Hill <rhill <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 22:55:21 2016 +0000
Commit: Ryan Hill <rhill <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 22:55:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bd3abe
kde5.eclass: Spell iuse correctly.
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index c880cee..3b454ef 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -392,7 +392,7 @@ kde5_src_prepare() {
fi
# drop translations when nls is not wanted
- if [[ -d po ]] && ! use_if_isue nls ; then
+ if [[ -d po ]] && ! use_if_iuse nls ; then
rm -rf po || die
fi