Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaranm@×××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Ignoring/overwriting IUSE from an eclass
Date: Mon, 30 Oct 2006 18:12:01
Message-Id: 20061030180833.2bae97ee@snowdrop.home
In Reply to: Re: [gentoo-dev] Ignoring/overwriting IUSE from an eclass by "Piotr Jaroszyński"
1 On Mon, 30 Oct 2006 18:44:30 +0100 Piotr Jaroszyński <peper@g.o>
2 wrote:
3 | > I really want to use font.eclass in x-modular.eclass to get rid of
4 | > a lot of code duplication and more possible bugs. Problem is, it
5 | > brings in IUSE=X for every single X package. I cannot figure out
6 | > how to prevent this. Setting IUSE="" after the inherit in
7 | > x-modular.eclass is not enough.
8 | E_IUSE=${E_IUSE//"X"}
9 |
10 | But that's a dirty portage-specific hack ;]
11
12 And it doesn't work.
13
14 --
15 Ciaran McCreesh
16 Mail : ciaranm at ciaranm.org
17 Web : http://ciaranm.org/
18 as-needed is broken : http://ciaranm.org/show_post.pl?post_id=13

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Ignoring/overwriting IUSE from an eclass "Piotr Jaroszyński" <peper@g.o>