Gentoo Archives: gentoo-dev

From: Stelian Ionescu <stelian.ionescu-zeus@×××××.it>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Ideas for a (fast) EAPI=3
Date: Sun, 08 Mar 2009 18:06:46
Message-Id: 1236535593.13099.3.camel@localhost.localdomain
In Reply to: [gentoo-dev] Ideas for a (fast) EAPI=3 by "Tiziano Müller"
1 On Sun, 2009-03-08 at 08:49 +0100, Tiziano Müller wrote:
2 > Hi everyone
3 >
4 > With eapis 1 and 2 we introduced nice features but also a couple of new
5 > problems. One of them are the use dependencies when the package you
6 > depend on doesn't have the use flag anymore (see [1] for an example).
7
8 you can solve this right now, even if in a not very elegant way. For
9 instance, if you need glibc with NPTL support, you can use
10 elibc_glibc? ( >=sys-libs/glibc-2.3
11 || ( <sys-libs/glibc-2.6[nptl]
12 >=sys-libs/glibc-2.6 ) )
13
14 --
15 Stelian Ionescu a.k.a. fe[nl]ix
16 Quidquid latine dictum sit, altum videtur.

Attachments

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

Replies

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