Re: [gentoo-dev] Monthly x11@ project status for June 2018

2018-06-02 Thread Richard Yao
> On Jun 1, 2018, at 2:58 PM, Matt Turner wrote: > > x11@ is currently assigned or cc'd on 176 bugs. This number is down from > 222 on April 1st and more than 412 in February 2015 (I reported this on > #gentoo-desktop after closing out a bunch of bugs that day). Awesome! > > > == Fix

Re: [gentoo-dev] glibc-2.26 just went stable (on amd64)

2018-06-02 Thread Richard Yao
> On Jun 2, 2018, at 3:47 PM, Andreas K. Huettel wrote: > > As a heads-up, glibc-2.26 just went stable on amd64. > > If you still have open bugs, they now mutate from "doesn't build with > glibc-2.26" to "doesn't build, treecleaning candidate". Not necessarily. If it builds on Gentoo

[gentoo-dev] glibc-2.26 just went stable (on amd64)

2018-06-02 Thread Andreas K. Huettel
As a heads-up, glibc-2.26 just went stable on amd64. If you still have open bugs, they now mutate from "doesn't build with glibc-2.26" to "doesn't build, treecleaning candidate". Cheers, Andreas -- Andreas K. Hüttel dilfri...@gentoo.org Gentoo Linux developer (council, toolchain, perl,

[gentoo-dev] [PATCH] enlightenment.eclass: git-2->git-r3 migration

2018-06-02 Thread Marty E. Plummer
Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- Just a small patch to migrate from git-2->git-r3 for this eclass. I've tested each live ebuild which uses this eclass, though I'd like to have toralf tinderbox it a bit because there are quite a few more which should be tested.

[gentoo-dev] [PATCH 1/2] toolchain-binutils.eclass: drop git-2

2018-06-02 Thread Marty E. Plummer
git-2.eclass is deprecated and the git logic is handled in the live ebuild itself. --- eclass/toolchain-binutils.eclass | 16 +--- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index

[gentoo-dev] [PATCH 0/2] drop git logic from toolchain eclasses

2018-06-02 Thread Marty E. Plummer
In the live ebuilds using this eclass, the git logic is handled in the ebuild itself and not the eclass. Drop the git logic as it uses git-2 which has been deprecated for quite some time. Marty E. Plummer (2): toolchain-binutils.eclass: drop git-2 toolchain-glibc.eclass: remove git logic

[gentoo-dev] [PATCH 2/2] toolchain-glibc.eclass: remove git logic

2018-06-02 Thread Marty E. Plummer
The git logic is handled in the live ebuild directly, and the only use of this eclass is in non-live ebuilds. In fact, the two newest non-live ebuilds do not make use of this eclass at all, and as far as I can see nowhere in the history of this file does it inherit git-2 at all. ---