Gentoo Archives: gentoo-dev

From: "Diego 'Flameeyes' Pettenò" <flameeyes@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Ignoring/overwriting IUSE from an eclass
Date: Mon, 30 Oct 2006 17:15:11
Message-Id: 200610301811.45581@enterprise.flameeyes.is-a-geek.org
In Reply to: [gentoo-dev] Ignoring/overwriting IUSE from an eclass by Donnie Berkholz
1 On Monday 30 October 2006 17:26, Donnie Berkholz wrote:
2 > Anyone got any ideas? The only one I have is to add significant missing
3 > functionality to font.eclass and switch every font package over that
4 > instead of x-modular.eclass.
5
6 if [[ ${CATEGORY} == "media-font" ]]; then
7 fonteclass="font"
8 endif
9
10 inherit foo bar autotools ${fonteclass}
11
12 this should do it, I suppose... it's cache static so should work, but it's
13 untested.
14
15 --
16 Diego "Flameeyes" Pettenò - http://farragut.flameeyes.is-a-geek.org/
17 Gentoo/Alt lead, Gentoo/FreeBSD, Video, Sound, ALSA, PAM, KDE, CJK, Ruby ...

Replies

Subject Author
Re: [gentoo-dev] Ignoring/overwriting IUSE from an eclass Donnie Berkholz <dberkholz@g.o>
[gentoo-dev] Stop reading here Chris White <chriswhite@g.o>