commit: 67e06a6eb992e222e67407ac5dd6d729b3f173fd Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 16 07:44:33 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Nov 12 19:32:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=67e06a6e
in_iuse: Make fatal in global scope Reference: https://archives.gentoo.org/gentoo-pms/message/4a6bb2839e47407fa71cecb19a054375 bin/ebuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 75a9d24..cc6a22f 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -32,6 +32,7 @@ else # `use multislot` is false for the "depend" phase. funcs="use useq usev" ___eapi_has_usex && funcs+=" usex" + ___eapi_has_in_iuse && funcs+=" in_iuse" for x in ${funcs} ; do eval "${x}() { if ___eapi_disallows_helpers_in_global_scope; then
