commit: 8b20b921a20e0d87c7e4a731fecc4c0f9152910d
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Thu May 19 15:16:48 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 19 15:45:10 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b20b921
kde4-base.eclass: Fix typo
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
eclass/kde4-base.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 50c5fda..c859c10 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -368,7 +368,7 @@ case ${KDE_HANDBOOK} in
optional)
case ${PN} in
kcontrol | kdesu | knetattach)
- _IUSE+=" handbook"
+ IUSE+=" handbook"
;;
*)
IUSE+=" +handbook"