Gentoo Archives: gentoo-dev

From: Marius Mauch <genone@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] question regarding inherit
Date: Thu, 03 Jun 2004 17:41:44
Message-Id: 20040603194135.1440c080@sven.genone.homeip.net
In Reply to: [gentoo-dev] question regarding inherit by Aron Griffis
1 On 06/03/04 Aron Griffis wrote:
2
3 > I'm under the impression that this is bad. Could somebody please
4 > verify and explain for the sake of people on this list. This
5 > particular example appears in the libxslt ebuilds, but the kde ebuilds
6 > make use of a similar syntax:
7 >
8 > use python && inherit python
9
10 Bad because it breaks the cache. Depending on the status of the python
11 flag *on the rsync master* the cache settings are or are not modified by
12 the python.eclass and could be completely different from the values the
13 cache should have for the user. That's also the case for other cache
14 variables like DEPEND, SRC_URI or SLOT, if you make them conditional on
15 the environment it's likely that the cache values are wrong for some
16 people.
17
18 Marius
19
20 --
21 Public Key at http://www.genone.de/info/gpg-key.pub
22
23 In the beginning, there was nothing. And God said, 'Let there be
24 Light.' And there was still nothing, but you could see a bit better.

Replies

Subject Author
Re: [gentoo-dev] question regarding inherit foser <foser@g.o>