Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: Gentoo Developers <gentoo-dev@l.g.o>
Subject: [gentoo-dev] Ignoring/overwriting IUSE from an eclass
Date: Mon, 30 Oct 2006 16:31:39
Message-Id: 454627A0.10306@gentoo.org
1 Alternate subject: On the sudden appearance of USE=X for tons of stuff
2
3 I really want to use font.eclass in x-modular.eclass to get rid of a lot
4 of code duplication and more possible bugs. Problem is, it brings in
5 IUSE=X for every single X package. I cannot figure out how to prevent
6 this. Setting IUSE="" after the inherit in x-modular.eclass is not enough.
7
8 Anyone got any ideas? The only one I have is to add significant missing
9 functionality to font.eclass and switch every font package over that
10 instead of x-modular.eclass.
11
12 Thanks,
13 Donnie

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] Ignoring/overwriting IUSE from an eclass Olivier Crete <tester@g.o>
Re: [gentoo-dev] Ignoring/overwriting IUSE from an eclass "Diego 'Flameeyes' Pettenò" <flameeyes@g.o>
Re: [gentoo-dev] Ignoring/overwriting IUSE from an eclass "Piotr Jaroszyński" <peper@g.o>