summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-05-10 11:56:00 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2015-05-10 17:15:50 +0200
commitf67a965c2e55c7c37df66b661f9710f875219aca (patch)
treecd82fa5518e992ce6808470474569ffa5e9075e0 /eclass
parenteclass/gnome2.eclass: sync with gentoo-x86 (diff)
downloadgnome-f67a965c2e55c7c37df66b661f9710f875219aca.tar.gz
gnome-f67a965c2e55c7c37df66b661f9710f875219aca.tar.bz2
gnome-f67a965c2e55c7c37df66b661f9710f875219aca.zip
eclass/gnome2.eclass: Add QA warning for ebuilds not setting GCONF_DEBUG
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnome2.eclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass
index 8290a460..32c0e4d5 100644
--- a/eclass/gnome2.eclass
+++ b/eclass/gnome2.eclass
@@ -61,6 +61,11 @@ if [[ ${GCONF_DEBUG} != "no" ]]; then
IUSE="debug"
fi
+# Need to catch all offenders before switching behavior
+if [[ -z ${GCONF_DEBUG} ]] ; then
+ eqawarn "GCONF_DEBUG not set, please review documentation at https://wiki.gentoo.org/wiki/Project:GNOME/Gnome_Team_Ebuild_Policies#GCONF_DEBUG"
+fi
+
# @FUNCTION: gnome2_src_unpack
# @DESCRIPTION:
# Stub function for old EAPI.