commit: c544a4838fbfc575ebbf78e4f2dac441921f65ec Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Dec 30 09:47:57 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Dec 30 10:16:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c544a483
profiles/prefix/aix: Remove USE mask on removed version profiles/prefix/aix/package.unmask | 1 - profiles/prefix/aix/package.use.mask | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/profiles/prefix/aix/package.unmask b/profiles/prefix/aix/package.unmask index 4316cec44a8..c35f9203573 100644 --- a/profiles/prefix/aix/package.unmask +++ b/profiles/prefix/aix/package.unmask @@ -4,7 +4,6 @@ # Michael Haubenwallner <[email protected]> (03 Mar 2017) # Only these versions have the patches for proper AIX support. ~sys-devel/gcc-4.2.4 -~sys-devel/gcc-4.8.4 # Michael Haubenwallner <[email protected]> (14 Apr 2014) # Endless loop while compiling gcc-4.2.4 for yet unknown reason. diff --git a/profiles/prefix/aix/package.use.mask b/profiles/prefix/aix/package.use.mask index 0e514aff0a3..21d4342daa5 100644 --- a/profiles/prefix/aix/package.use.mask +++ b/profiles/prefix/aix/package.use.mask @@ -1,10 +1,6 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Michael Haubenwallner <[email protected]> (13 Mar 2017) -# libstdbuf.so build failure is fixed in coreutils-8.27 -<sys-apps/coreutils-8.27 stdbuf - # Michael Haubenwallner <[email protected]> (16 Feb 2012) # JIT implementation in pcre does not know about AIX. dev-libs/libpcre jit
