Gentoo Archives: gentoo-dev

From: Torsten Veller <ml-en@××××××.net>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: gentoo-x86 commit in perl-core/Compress-Raw-Zlib
Date: Wed, 16 Dec 2009 22:21:56
Message-Id: 20091216231514.TA2678a.tv@veller.net
1 * "Jonathan Callen (abcd)" <abcd@g.o>:
2 > EAPI=2
3
4 > IUSE="test"
5
6 > src_prepare() {
7 > + use prefix || EPREFIX=
8
9 Why is prefix not in IUSE?
10
11 IUSE lists "the USE flags used by the ebuild.
12 Historically, USE_EXPAND values and ARCH were not included..."
13
14 prefix is not an ARCH.
15
16
17 BTW: don't we bump EAPI to not add this `use prefix ||...` test?

Replies

Subject Author
[gentoo-dev] Re: gentoo-x86 commit in perl-core/Compress-Raw-Zlib Jonathan Callen <abcd@g.o>