Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-portage-dev] [PATCH 1/7] in_iuse: make fatal in global scope
Date: Mon, 09 Nov 2015 17:49:52
Message-Id: 1447091377-2902-2-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCHES] EAPI 6 updates by "Michał Górny"
1 Reference: https://archives.gentoo.org/gentoo-pms/message/4a6bb2839e47407fa71cecb19a054375
2 ---
3 bin/ebuild.sh | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/bin/ebuild.sh b/bin/ebuild.sh
7 index 75a9d24..cc6a22f 100755
8 --- a/bin/ebuild.sh
9 +++ b/bin/ebuild.sh
10 @@ -32,6 +32,7 @@ else
11 # `use multislot` is false for the "depend" phase.
12 funcs="use useq usev"
13 ___eapi_has_usex && funcs+=" usex"
14 + ___eapi_has_in_iuse && funcs+=" in_iuse"
15 for x in ${funcs} ; do
16 eval "${x}() {
17 if ___eapi_disallows_helpers_in_global_scope; then
18 --
19 2.6.3