summaryrefslogtreecommitdiff
path: root/virtual/opengl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-16 16:47:37 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-16 16:47:37 +0100
commit8aebb228036d5e2863b7eaa6e319ab41c1669269 (patch)
tree00f4b90ce32462dc8e99ae54a31d6462ea2c3ac6 /virtual/opengl
parent76cba73c47c8694e74377004634daca18f2d9c08 (diff)
gentoo resync : 16.04.2018
Diffstat (limited to 'virtual/opengl')
-rw-r--r--virtual/opengl/Manifest1
-rw-r--r--virtual/opengl/opengl-7.0-r2.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/virtual/opengl/Manifest b/virtual/opengl/Manifest
index 5d42eec4afd9..86d3b1bd4487 100644
--- a/virtual/opengl/Manifest
+++ b/virtual/opengl/Manifest
@@ -1,3 +1,4 @@
EBUILD opengl-7.0-r1.ebuild 490 BLAKE2B cab769727599dc362a6d0b9bf0360558f81f5bf4921bb616ca81026dc5fbf3b971ee546ee7c0060e3f93d0336ff49fdd4944c9adfaa2d53952ac0f4c88b14d47 SHA512 a47420716541f2001db6ddf93f24051fc4a493e6bc89f2a10d7db71a746f3ddcfc78ea2a5077b88ce6ba6fe71cd354c5d7c6d9940fcf642a0a4daa551d688bf1
+EBUILD opengl-7.0-r2.ebuild 526 BLAKE2B a863cf9d5877286a751eee740fd6236bbee1a47d526735c8321ffb25c41b30be030001dd3ad0ae1f4bd772d936a7cc3ff1f97f469af7d274cce8a89e82962b58 SHA512 d6f0c13c7a5bdb6c57b04e81fed04762d2aa826beca264ebc9c86ab31d1e9e5a90a41fc3b07a64b3f4a62f4474bdf641eb1ded48c474cde01c32995b6ec06e12
EBUILD opengl-7.0.ebuild 422 BLAKE2B 851401ac65e6624d5ee1874484c3c0cf85859e935637f7252f4e50476914d72a75a79053472ef8c806621e768f8cbcc353e964f1165b318114724c7919375d28 SHA512 f0f2e45003fda195cb920ad74410793682ea6de3e73ec56fb75721e977a58953f9e2174ab16caf7a91a7a4faddbfd53582ec3515d5458090fa3eb0c79d7951a5
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/virtual/opengl/opengl-7.0-r2.ebuild b/virtual/opengl/opengl-7.0-r2.ebuild
new file mode 100644
index 000000000000..020e9f2bca2a
--- /dev/null
+++ b/virtual/opengl/opengl-7.0-r2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for OpenGL implementation"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ || (
+ >=media-libs/mesa-9.1.6[${MULTILIB_USEDEP}]
+ media-libs/opengl-apple
+ dev-util/mingw64-runtime
+ )"