summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-12-23 01:35:16 +0000
committerZac Medico <zmedico@gentoo.org>2006-12-23 01:35:16 +0000
commit75e88d3698f899db7a593d55f9d9f27d08452542 (patch)
treed320788ece3ca85411aa8e584786090076e6de60 /bin/ebuild.sh
parentMake metadata_overlay use the autocommits attribute of the underlying database. (diff)
downloadportage-multirepo-75e88d3698f899db7a593d55f9d9f27d08452542.tar.gz
portage-multirepo-75e88d3698f899db7a593d55f9d9f27d08452542.tar.bz2
portage-multirepo-75e88d3698f899db7a593d55f9d9f27d08452542.zip
Fix inverted EAPI default logic.
svn path=/main/trunk/; revision=5358
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 92d3bc09..709aefae 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1619,7 +1619,7 @@ for myarg in ${EBUILD_SH_ARGS} ; do
#the extra $(echo) commands remove newlines
unset CDEPEND
- [ -n "${EAPI}" ] && EAPI=0
+ [ -n "${EAPI}" ] || EAPI=0
if [ -n "${dbkey}" ] ; then
> "${dbkey}"
for f in ${auxdbkeys} ; do