Re: [gentoo-dev] News item preceding net-print/cups-1.6 stabilization

2013-06-29 Thread Andreas K. Huettel
Am Samstag, 29. Juni 2013, 21:41:30 schrieb Luca Barbato: > On 06/29/2013 12:03 AM, Andreas K. Huettel wrote: > > script to your default runlevel). By default cups-browsed uses the > > basically the functionality got split in a stand alone daemon? Basically the functionality got dropped by Apple

Re: [gentoo-dev] [PATCH multilib-build] Add multilib_is_native_abi() helper.

2013-06-29 Thread Alexis Ballier
On Sat, 29 Jun 2013 10:35:45 +0200 Michał Górny wrote: > +# @FUNCTION: multilib_is_native_abi > +# @DESCRIPTION: > +# Determine whether the currently built ABI is the profile native. > +# Return true status (0) if that is true, otherwise false (1). > +# > +# This is often useful for configure cal

Re: [gentoo-dev] News item preceding net-print/cups-1.6 stabilization

2013-06-29 Thread Luca Barbato
On 06/29/2013 12:03 AM, Andreas K. Huettel wrote: > script to your default runlevel). By default cups-browsed uses the basically the functionality got split in a stand alone daemon?

Re: [gentoo-dev] Over-reliance of Gentoo projects on overlays

2013-06-29 Thread Thomas Kahle
On 06/12/2013 06:51 PM, Michał Górny wrote: > Hello, > > I'd like to raise another issue I've met again recently. Shortly put, > some of our projects are relying too much on their overlays. The net > result is that some of their packages in the tree are not well-tested, > semi-broken and users end

Re: [gentoo-dev] [PATCH multilib-build] Add multilib_is_native_abi() helper.

2013-06-29 Thread Michael Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/29/2013 12:52 PM, Michael Weber wrote: > On 06/29/2013 10:35 AM, Michał Górny wrote: >> We've been so far inlining the snippet into ebuilds. This meant >> that some people didn't know how to do this, some more did it >> improperly and in the

Re: [gentoo-dev] [PATCH multilib-build] Add multilib_is_native_abi() helper.

2013-06-29 Thread Michael Weber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/29/2013 10:35 AM, Michał Górny wrote: > We've been so far inlining the snippet into ebuilds. This meant > that some people didn't know how to do this, some more did it > improperly and in the end -- if it failed not good enough -- > changing it

[gentoo-dev] Re: Last time touched bugs by year

2013-06-29 Thread Ryan Hill
On Fri, 21 Jun 2013 21:08:45 +0200 "Andreas K. Huettel" wrote: > Am Freitag, 21. Juni 2013, 14:50:29 schrieb Markos Chandras: > > That is true. There is nothing special about there m-w bugs. They are > > still unresolved bugs, for many years. No need to treat > > them differently. > How can a m

[gentoo-dev] [PATCH multilib-build] Add multilib_is_native_abi() helper.

2013-06-29 Thread Michał Górny
We've been so far inlining the snippet into ebuilds. This meant that some people didn't know how to do this, some more did it improperly and in the end -- if it failed not good enough -- changing it will require changing all the ebuilds. --- gx86/eclass/multilib-build.eclass | 16