Gentoo Archives: gentoo-dev

From: "Piotr Jaroszyński" <peper@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Ignoring/overwriting IUSE from an eclass
Date: Mon, 30 Oct 2006 17:49:37
Message-Id: 200610301844.30208.peper@gentoo.org
In Reply to: [gentoo-dev] Ignoring/overwriting IUSE from an eclass by Donnie Berkholz
1 > I really want to use font.eclass in x-modular.eclass to get rid of a lot
2 > of code duplication and more possible bugs. Problem is, it brings in
3 > IUSE=X for every single X package. I cannot figure out how to prevent
4 > this. Setting IUSE="" after the inherit in x-modular.eclass is not enough.
5 E_IUSE=${E_IUSE//"X"}
6
7 But that's a dirty portage-specific hack ;]
8
9 --
10 Piotr Jaroszyński
11 Gentoo Developer
12
13 --
14 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Ignoring/overwriting IUSE from an eclass Ciaran McCreesh <ciaranm@×××××××.org>