diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-05-09 11:21:15 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-05-09 11:21:15 -0700 |
commit | 052cc1c657833fadb27c70889749547e1188103a (patch) | |
tree | 9a8e69f7fcb46d0a128b20d4e7d5aa5a4e26e196 | |
parent | 92b45cbc29b3375a96c404f3ff46bcf389e85943 (diff) | |
download | portage-052cc1c657833fadb27c70889749547e1188103a.tar.gz portage-052cc1c657833fadb27c70889749547e1188103a.tar.bz2 portage-052cc1c657833fadb27c70889749547e1188103a.zip |
ebuild.sh: remove redundant EAPI=0 default
-rwxr-xr-x | bin/ebuild.sh | 2 |
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}" |