summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-05-09 11:21:15 -0700
committerZac Medico <zmedico@gentoo.org>2012-05-09 11:21:15 -0700
commit052cc1c657833fadb27c70889749547e1188103a (patch)
tree9a8e69f7fcb46d0a128b20d4e7d5aa5a4e26e196 /bin/ebuild.sh
parent92b45cbc29b3375a96c404f3ff46bcf389e85943 (diff)
downloadportage-052cc1c657833fadb27c70889749547e1188103a.tar.gz
portage-052cc1c657833fadb27c70889749547e1188103a.tar.bz2
portage-052cc1c657833fadb27c70889749547e1188103a.zip
ebuild.sh: remove redundant EAPI=0 default
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index d161bc65d..25891137c 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -670,8 +670,6 @@ if [[ $EBUILD_PHASE = depend ]] ; then
PROPERTIES DEFINED_PHASES UNUSED_05 UNUSED_04
UNUSED_03 UNUSED_02 UNUSED_01"
- [ "${EAPI+set}" = set ] || EAPI=0
-
# The extra $(echo) commands remove newlines.
if [ -n "${dbkey}" ] ; then
> "${dbkey}"