Gentoo Archives: gentoo-dev

From: Ciaran McCreesh <ciaranm@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ebuild design issue regarding some {I need the lib and api only}-DEPENDs
Date: Thu, 18 Aug 2005 17:28:34
Message-Id: 20050818182403.4291726c@snowdrop.home
In Reply to: Re: [gentoo-dev] ebuild design issue regarding some {I need the lib and api only}-DEPENDs by Brian Harring
1 On Thu, 18 Aug 2005 10:56:06 -0500 Brian Harring <ferringb@g.o>
2 wrote:
3 | Best solution in my opinon? Two use flags address this, client, and
4 | server. Regardless of the setting of the two, you get the library;
5 | from there, you just set client and server as defaulting to on, and
6 | packages use dep on whatever chunk of it they need (quite likely no
7 | use dep in this case, since they probably only need the lib).
8
9 We went over this already. We can't have client and server USE flags
10 because the meaning is totally different for every package. Plus the
11 'probably' really isn't good enough, since there are some packages that
12 have more specific dependency and the current "die in pkg_setup" stuff
13 is a real pain -- do we really want to see that becoming a regular
14 occurrence?
15
16 --
17 Ciaran McCreesh : Gentoo Developer (Vim, Shell tools, Fluxbox, Cron)
18 Mail : ciaranm at gentoo.org
19 Web : http://dev.gentoo.org/~ciaranm

Replies