summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-08-31 16:24:09 +0200
committerUlrich Müller <ulm@gentoo.org>2012-08-31 16:46:45 +0200
commitb9e2daded3663c59bf11b04e952bdfb4eb5deabf (patch)
tree4c080ef797254fa21d63cdbad5d56c6bf8f3e31d /bin/ebuild.sh
parentbcf4ab871ededc3d535165757ba5597669e33dcb (diff)
downloadportage-b9e2daded3663c59bf11b04e952bdfb4eb5deabf.tar.gz
portage-b9e2daded3663c59bf11b04e952bdfb4eb5deabf.tar.bz2
portage-b9e2daded3663c59bf11b04e952bdfb4eb5deabf.zip
EAPI 5: usex helper function
See bug #382963.
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 d3ca9d999..51e90d7cc 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -33,7 +33,7 @@ else
done
# These dummy functions return false in older EAPIs, in order to ensure that
# `use multislot` is false for the "depend" phase.
- for x in use useq usev ; do
+ for x in use useq usev usex ; do
eval "${x}() {
if has \"\${EAPI:-0}\" 4-python; then
die \"\${FUNCNAME}() calls are not allowed in global scope\"