Gentoo Archives: gentoo-dev

From: Marc Schiffbauer <marc@×××××××××××.net>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Removal of kdeprefix news item
Date: Thu, 19 May 2011 11:34:28
Message-Id: 20110519113337.GC3815@lisa.schiffbauer.lan
In Reply to: [gentoo-dev] Re: Removal of kdeprefix news item by Jonathan Callen
1 * Jonathan Callen schrieb am 19.05.11 um 11:49 Uhr:
2 > Ulrich Mueller wrote:
3 >
4 > >>>>>> On Wed, 18 May 2011, Jonathan Callen wrote:
5 > >
6 > >> Display-If-Installed: kde-base/kdelibs[kdeprefix]
7 > >
8 > > I don't think that USE dependencies (or any other EAPI specific
9 > > features) are allowed here.
10 >
11 > The GLEP does not make any meantion as to whether it is legal to use
12 > USE dependencies here. I have, however, tested with portage and
13 > portage itself Does The Right Thing when faced with a USE dep in
14 > Display-If-Installed.
15 >
16 > >> run: emerge --oneshot $(qlist -IC kde-base/)
17 > >
18 > > Is it guaranteed that your users have portage-utils installed?
19 > > Otherwise the qlist command may not be available.
20 > >
21 >
22 > I had thought that we depended on this, but I was mistaken (the
23 > dependency was pulled in via pambase). I guess we could just use
24 > `emerge --update --deep --newuse @world` (and yes, @world is available
25 > in stable portage).
26
27 test -x /usr/bin/qlist && emerge --oneshot $(qlist -IC kde-base/) \
28 || emerge --update --deep --newuse @world
29
30 ?
31
32 -Marc
33 --
34 8AAC 5F46 83B4 DB70 8317 3723 296C 6CCA 35A6 4134