commit: 9beadb4ee25709b5dee631bbbc53873dd7237384 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sun Mar 27 08:25:32 2016 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sun Mar 27 08:28:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9beadb4e
profiles/prefix/darwin/macos: drop version restriction from opengl-apple mask Unfortunately the history for this got lost (or exists in another place) so it's unclear why this was tagged on version 4. Likely because of bug #431182 to bring in XQuartz, to satisfy the needs of opengl-apple, but in the meantime opengl-apple was bumped for some reason. profiles/prefix/darwin/macos/10.10/package.mask | 2 +- profiles/prefix/darwin/macos/10.11/package.mask | 2 +- profiles/prefix/darwin/macos/10.8/package.mask | 2 +- profiles/prefix/darwin/macos/10.9/package.mask | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/prefix/darwin/macos/10.10/package.mask b/profiles/prefix/darwin/macos/10.10/package.mask index e649fd0..5ba8566 100644 --- a/profiles/prefix/darwin/macos/10.10/package.mask +++ b/profiles/prefix/darwin/macos/10.10/package.mask @@ -5,4 +5,4 @@ # Fabian Groffen <[email protected]> (30 Sep 2012) # Requires XQuartz, since Apple dropped much of X-support in 10.8 # (a.k.a. Mountain Lion), bug #431182 -<=media-libs/opengl-apple-4.9999 +media-libs/opengl-apple diff --git a/profiles/prefix/darwin/macos/10.11/package.mask b/profiles/prefix/darwin/macos/10.11/package.mask index 1164f69..95dbe8b 100644 --- a/profiles/prefix/darwin/macos/10.11/package.mask +++ b/profiles/prefix/darwin/macos/10.11/package.mask @@ -5,4 +5,4 @@ # Fabian Groffen <[email protected]> (30 Sep 2012) # Requires XQuartz, since Apple dropped much of X-support in 10.8 # (a.k.a. Mountain Lion), bug #431182 -<=media-libs/opengl-apple-4.9999 +media-libs/opengl-apple diff --git a/profiles/prefix/darwin/macos/10.8/package.mask b/profiles/prefix/darwin/macos/10.8/package.mask index 2d9146d..52aaa07 100644 --- a/profiles/prefix/darwin/macos/10.8/package.mask +++ b/profiles/prefix/darwin/macos/10.8/package.mask @@ -5,4 +5,4 @@ # Fabian Groffen <[email protected]> (30 Sep 2012) # Requires XQuartz, since Apple dropped much of X-support in 10.8 # (a.k.a. Mountain Lion), bug #431182 -<=media-libs/opengl-apple-4.9999 +media-libs/opengl-apple diff --git a/profiles/prefix/darwin/macos/10.9/package.mask b/profiles/prefix/darwin/macos/10.9/package.mask index f71c6e3..db173a5 100644 --- a/profiles/prefix/darwin/macos/10.9/package.mask +++ b/profiles/prefix/darwin/macos/10.9/package.mask @@ -5,4 +5,4 @@ # Fabian Groffen <[email protected]> (30 Sep 2012) # Requires XQuartz, since Apple dropped much of X-support in 10.8 # (a.k.a. Mountain Lion), bug #431182 -<=media-libs/opengl-apple-4.9999 +media-libs/opengl-apple
