Gentoo Archives: gentoo-dev

From: Christian Faulhammer <fauli@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: Ideas for a (fast) EAPI=3
Date: Mon, 09 Mar 2009 09:05:45
Message-Id: 20090309100603.2d7bdbba@terra.solaris
In Reply to: Re: [gentoo-dev] Re: Ideas for a (fast) EAPI=3 by Daniel Pielmeier
1 Hi,
2
3 Daniel Pielmeier <daniel.pielmeier@××××××××××.com>:
4
5 > 2009/3/9 Christian Faulhammer <fauli@g.o>:
6 > >
7 > >  I don't know if there is a bug somewhere (I did not find one), but
8 > > what about having the possibility to ask for one out many USE flags
9 > > of a dependency.  For example app-misc/gramps needs dev-lang/python
10 > > with USE=berkdb or USE=sqlite, but Portage won't tell the user that
11 > > he can enable one but always asks for the first in the || () string.
12 > >
13 >
14 > || ( dev-lang/python[berkdb] dev-lang/python[sqlite] )
15
16 That's the solution currently and not the optimum.
17
18 > The only way I found to get around this is to recompile python with
19 > the new use flags first. Afterwards dependency calculation succeeds.
20
21 Well spotted.
22
23 V-Li
24
25 --
26 Christian Faulhammer, Gentoo Lisp project
27 <URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
28
29 <URL:http://www.faulhammer.org/>

Attachments

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

Replies

Subject Author
Re: [gentoo-dev] Re: Ideas for a (fast) EAPI=3 Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
Re: [gentoo-dev] Re: Ideas for a (fast) EAPI=3 "Tiziano Müller" <dev-zero@g.o>