summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-09-23 06:44:54 +0000
committerZac Medico <zmedico@gentoo.org>2009-09-23 06:44:54 +0000
commitd62e6fcf8f8c420c00864e97f9bfd73dda7ee3e7 (patch)
tree6501736ec41d3a0895a2b090b6caf8e0d726b619 /bin/ebuild.sh
parent6d895f047e7d2947aab862de3f6103440f248fc4 (diff)
downloadportage-d62e6fcf8f8c420c00864e97f9bfd73dda7ee3e7.tar.gz
portage-d62e6fcf8f8c420c00864e97f9bfd73dda7ee3e7.tar.bz2
portage-d62e6fcf8f8c420c00864e97f9bfd73dda7ee3e7.zip
Bug #285979 - Replace references to CDEPEND with UNUSED_00, to make it clear
that this key really is unused. svn path=/main/trunk/; revision=14393
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 8d65412f1..deadbf3eb 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -2051,12 +2051,11 @@ ebuild_main() {
fi
auxdbkeys="DEPEND RDEPEND SLOT SRC_URI RESTRICT HOMEPAGE LICENSE
- DESCRIPTION KEYWORDS INHERITED IUSE CDEPEND PDEPEND PROVIDE EAPI
+ DESCRIPTION KEYWORDS INHERITED IUSE UNUSED_00 PDEPEND PROVIDE EAPI
PROPERTIES DEFINED_PHASES UNUSED_05 UNUSED_04
UNUSED_03 UNUSED_02 UNUSED_01"
#the extra $(echo) commands remove newlines
- unset CDEPEND
[ -n "${EAPI}" ] || EAPI=0
local eapi=$EAPI