commit:     62a5e67b708df1d2929916e7f7d045e312b56a39
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 10:36:23 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 10:36:23 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=62a5e67b

kde5.eclass: Sync fix with main tree

 eclass/kde5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index fb33249..d39e1b4 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -466,7 +466,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
 

Reply via email to