Gentoo Archives: gentoo-dev

From: "Diego Elio “Flameeyes” Pettenò" <flameeyes@×××××.com>
To: gentoo-dev@l.g.o
Cc: gentoo-dev-announce@l.g.o
Subject: [gentoo-dev] Re: [gentoo-dev-announce] built_with_use removal
Date: Sun, 24 Jan 2010 22:07:37
Message-Id: 1264363941.31583.0.camel@yamato
In Reply to: [gentoo-dev] built_with_use removal by "Petteri Räty"
1 Il giorno dom, 24/01/2010 alle 18.51 +0200, Petteri Räty ha scritto:
2 >
3 > There should be no legitimate reason for the number to go up so please
4 > whenever bumping ebuilds, remove the usage of built_with_use.
5
6 There is still legitimate use when you're not using it for dependencies.
7
8 See for instance PulseAudio ebuild:
9
10 local pkg="media-plugins/alsa-plugins"
11 if has_version ${pkg} && ! built_with_use --missing false ${pkg}
12 pulseaudio; then
13 elog
14 elog "You have alsa support enabled so you probably want to
15 install"
16 elog "${pkg} with pulseaudio support to have"
17 elog "alsa using applications route their sound through
18 pulseaudio"
19 fi
20
21
22 --
23 Diego Elio Pettenò — “Flameeyes”
24 http://blog.flameeyes.eu/
25
26 If you found a .asc file in this mail and know not what it is,
27 it's a GnuPG digital signature: http://www.gnupg.org/

Replies

Subject Author
Re: [gentoo-dev] Re: [gentoo-dev-announce] built_with_use removal "Petteri Räty" <betelgeuse@g.o>