commit: 057b60ecfd56bd8a924c404fd978c6d270c013b9 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Jan 20 15:01:46 2017 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Jan 20 15:01:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=057b60ec
profiles/prefix/macos: remove masks for soylatte and apple-jdk-bin profiles/prefix/darwin/macos/10.4/package.mask | 7 +------ profiles/prefix/darwin/macos/10.4/x86/package.unmask | 6 +----- profiles/prefix/darwin/macos/10.5/ppc/package.unmask | 6 +----- profiles/prefix/darwin/macos/10.5/x64/package.mask | 6 +----- profiles/prefix/darwin/macos/package.mask | 6 +----- 5 files changed, 5 insertions(+), 26 deletions(-) diff --git a/profiles/prefix/darwin/macos/10.4/package.mask b/profiles/prefix/darwin/macos/10.4/package.mask index fbca77b..2ac75a8 100644 --- a/profiles/prefix/darwin/macos/10.4/package.mask +++ b/profiles/prefix/darwin/macos/10.4/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,8 +14,3 @@ sys-process/lsof # These releases got a rewrite that is no longer compatible with # CoreAudio as available on Tiger and Leopard >=media-libs/mediastreamer-2.7.3 - -# Elias Pipping <[email protected]> (19 Dec 2007) -# apple java6 on macosx is only released on leopard :( -dev-java/apple-jdk-bin:1.6 - diff --git a/profiles/prefix/darwin/macos/10.4/x86/package.unmask b/profiles/prefix/darwin/macos/10.4/x86/package.unmask index e705a72..86f9d13 100644 --- a/profiles/prefix/darwin/macos/10.4/x86/package.unmask +++ b/profiles/prefix/darwin/macos/10.4/x86/package.unmask @@ -1,7 +1,3 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ - -# Fabian Groffen <[email protected]> (29 Sep 2012) -# This is the only way to get Java6 here -dev-java/soylatte-jdk-bin diff --git a/profiles/prefix/darwin/macos/10.5/ppc/package.unmask b/profiles/prefix/darwin/macos/10.5/ppc/package.unmask index 4881ebb..86f9d13 100644 --- a/profiles/prefix/darwin/macos/10.5/ppc/package.unmask +++ b/profiles/prefix/darwin/macos/10.5/ppc/package.unmask @@ -1,7 +1,3 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ - -# Fabian Groffen <[email protected]> (30 Oct 2012) -# This is the only way to get Java7 here (no Java6 possible) -dev-java/soylatte-jdk-bin diff --git a/profiles/prefix/darwin/macos/10.5/x64/package.mask b/profiles/prefix/darwin/macos/10.5/x64/package.mask index 1656fa3..86f9d13 100644 --- a/profiles/prefix/darwin/macos/10.5/x64/package.mask +++ b/profiles/prefix/darwin/macos/10.5/x64/package.mask @@ -1,7 +1,3 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ - -# Fabian Groffen <[email protected]> (29 Sep 2012) -# Apple does not provide 1.6 and up on Leopard ->=dev-java/apple-jdk-bin-1.6.0 diff --git a/profiles/prefix/darwin/macos/package.mask b/profiles/prefix/darwin/macos/package.mask index 750f7d2..7c09830 100644 --- a/profiles/prefix/darwin/macos/package.mask +++ b/profiles/prefix/darwin/macos/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,3 @@ # keep old versions due to vulnerabilities. dev-java/oracle-jdk-bin dev-java/oracle-jre-bin - -# Fabian Groffen <[email protected]> (29 Sep 2012) -# Use Apple's provided Java6 instead! -dev-java/soylatte-jdk-bin
