Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [PREFIX] main-tree's keywords in IUSE
Date: Tue, 11 Mar 2008 15:21:14
Message-Id: 20080311152112.GI20406@gentoo.org
In Reply to: [gentoo-alt] [PREFIX] main-tree's keywords in IUSE by Michael Haubenwallner
1 On 11-03-2008 16:14:16 +0100, Michael Haubenwallner wrote:
2 > Grobian,
3 >
4 > wanted to commit an ebuild containing these lines:
5 >
6 > IUSE="hppa"
7 > ...
8 > use hppa && replace-flags -O2 -O1
9 >
10 > But now, repoman complains:
11 >
12 > IUSE.invalid 1
13 > app-text/openjade/openjade-1.3.2-r1.ebuild: hppa
14 >
15 > How should we handle such situations (for any "arch" seen in main-tree
16 > where "arch-linux" is missing in prefix) ?
17
18 "arch" should NEVER be in IUSE.
19
20 > 1) rename 'hppa' to 'hppa-linux' and add it to profiles/arch.list
21 > 2) simply keep 'hppa' in profiles/arch.list
22
23 3) Kick out this annoying repoman patch which made this check fatal
24
25 by the way, if I run repoman full on openjade as it is in the tree now,
26 it doesn't complain for me, does it for you?
27
28
29 --
30 Fabian Groffen
31 Gentoo on a different level
32 --
33 gentoo-alt@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [PREFIX] main-tree's keywords in IUSE Michael Haubenwallner <haubi@g.o>