summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorSebastian Luther <SebastianLuther@gmx.de>2010-08-11 14:00:29 +0200
committerZac Medico <zmedico@gentoo.org>2010-08-11 11:10:28 -0700
commitaf52e04dd1709b5b4d48fdee90b2d04f67617234 (patch)
tree1f72e1aca944f52759b2ac350e1c7f053f3d2622 /bin/ebuild.sh
parentcc03d96314dc108964c9c1b0431a0466f20ad147 (diff)
downloadportage-af52e04dd1709b5b4d48fdee90b2d04f67617234.tar.gz
portage-af52e04dd1709b5b4d48fdee90b2d04f67617234.tar.bz2
portage-af52e04dd1709b5b4d48fdee90b2d04f67617234.zip
Make sure we don't allow REQUIRED_USE in EAPIs that don't support it
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 014229446..ee565b1f7 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -2164,11 +2164,6 @@ ebuild_main() {
#the extra $(echo) commands remove newlines
[ -n "${EAPI}" ] || EAPI=0
- case "$EAPI" in
- 0|1|2|3)
- unset REQUIRED_USE
- ;;
- esac
if [ -n "${dbkey}" ] ; then
> "${dbkey}"