virtual/opengl: add dev-util/mingw64-runtime
authorMarty E. Plummer <hanetzer@startmail.com>
Thu, 12 Apr 2018 12:14:08 +0000 (07:14 -0500)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 15 Apr 2018 18:51:22 +0000 (19:51 +0100)
Closes: https://bugs.gentoo.org/621574
Package-Manager: Portage-2.3.28, Repoman-2.3.9

virtual/opengl/opengl-7.0-r2.ebuild [new file with mode: 0644]

diff --git a/virtual/opengl/opengl-7.0-r2.ebuild b/virtual/opengl/opengl-7.0-r2.ebuild
new file mode 100644 (file)
index 0000000..020e9f2
--- /dev/null
@@ -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
+       )"