commit: 020187e80d9a98269a05c9a3d5c7bf78349564c8
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 18:30:54 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 18:30:54 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=020187e8
[eclass] Set correct default value for KDE_PUNT_BOGUS_DEPS.
This will ensure bogus deps will only get punted when requested.
eclass/kde5.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 2511ba8..0a195cb 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -83,10 +83,10 @@ fi
# @ECLASS-VARIABLE: KDE_PUNT_BOGUS_DEPS
# @DESCRIPTION:
-# If set to "none", do nothing.
+# If set to "false", do nothing.
# For any other value, do black magic to make hardcoded-but-optional
dependencies
# optional again. An upstream solution is preferable and this is a last resort.
-: ${KDE_PUNT_BOGUS_DEPS:=none}
+: ${KDE_PUNT_BOGUS_DEPS:=false}
# @ECLASS-VARIABLE: KDE_SELINUX_MODULE
# @DESCRIPTION: