There should be no legitimate reason for the number to go up so please
whenever bumping ebuilds, remove the usage of built_with_use.
Regards,
Petteri
01-24-2010, 05:09 PM
"Paweł Hajdan, Jr."
built_with_use removal
On 1/24/10 5:51 PM, Petteri Räty wrote:
> There should be no legitimate reason for the number to go up so please
> whenever bumping ebuilds, remove the usage of built_with_use.
How about adding a repoman check for that?
Paweł
01-24-2010, 07:12 PM
Diego Elio “Flameeyes” Pettenò
built_with_use removal
Il giorno dom, 24/01/2010 alle 18.51 +0200, Petteri Räty ha scritto:
>
> There should be no legitimate reason for the number to go up so please
> whenever bumping ebuilds, remove the usage of built_with_use.
There is still legitimate use when you're not using it for dependencies.
See for instance PulseAudio ebuild:
local pkg="media-plugins/alsa-plugins"
if has_version ${pkg} && ! built_with_use --missing false ${pkg}
pulseaudio; then
elog
elog "You have alsa support enabled so you probably want to
install"
elog "${pkg} with pulseaudio support to have"
elog "alsa using applications route their sound through
pulseaudio"
fi
--
Diego Elio Pettenò — “Flameeyes”
http://blog.flameeyes.eu/
If you found a .asc file in this mail and know not what it is,
it's a GnuPG digital signature: http://www.gnupg.org/
01-24-2010, 07:16 PM
Petteri Räty
built_with_use removal
On 01/24/2010 08:09 PM, "Paweł Hajdan, Jr." wrote:
> On 1/24/10 5:51 PM, Petteri Räty wrote:
>> There should be no legitimate reason for the number to go up so please
>> whenever bumping ebuilds, remove the usage of built_with_use.
>
> How about adding a repoman check for that?
>
> Paweł
>
Already done today
Regards,
Petteri
01-24-2010, 09:23 PM
Petteri Räty
built_with_use removal
On 01/24/2010 10:12 PM, Diego Elio “Flameeyes” Pettenò wrote:
> Il giorno dom, 24/01/2010 alle 18.51 +0200, Petteri Räty ha scritto:
>>
>> There should be no legitimate reason for the number to go up so please
>> whenever bumping ebuilds, remove the usage of built_with_use.
>
> There is still legitimate use when you're not using it for dependencies.
>
> See for instance PulseAudio ebuild:
>
> local pkg="media-plugins/alsa-plugins"
> if has_version ${pkg} && ! built_with_use --missing false ${pkg}
> pulseaudio; then
> elog
> elog "You have alsa support enabled so you probably want to
> install"
> elog "${pkg} with pulseaudio support to have"
> elog "alsa using applications route their sound through
> pulseaudio"
> fi
>
>