diff options
author | 2016-03-27 10:25:32 +0200 | |
---|---|---|
committer | 2016-03-27 10:28:42 +0200 | |
commit | 9beadb4ee25709b5dee631bbbc53873dd7237384 (patch) | |
tree | 63c5c03049bb0891dd62737ca500d69076a70187 /profiles/prefix | |
parent | package.mask: Unmask pypy-5.0.0 (diff) | |
download | gentoo-9beadb4ee25709b5dee631bbbc53873dd7237384.tar.gz gentoo-9beadb4ee25709b5dee631bbbc53873dd7237384.tar.bz2 gentoo-9beadb4ee25709b5dee631bbbc53873dd7237384.zip |
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.
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/10.10/package.mask | 2 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.11/package.mask | 2 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.8/package.mask | 2 | ||||
-rw-r--r-- | 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 e649fd040314..5ba8566f0526 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 <grobian@gentoo.org> (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 1164f69c27e6..95dbe8b454fc 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 <grobian@gentoo.org> (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 2d9146deeec1..52aaa075f8f3 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 <grobian@gentoo.org> (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 f71c6e3ba79e..db173a52d836 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 <grobian@gentoo.org> (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 |