diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-04-12 07:14:08 -0500 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-04-15 19:51:22 +0100 |
commit | 102dcff16f8c36248e2d7325691e4d057b97fa08 (patch) | |
tree | 1880832a9fa136b37a16da8cab294f2ef3b83f93 | |
parent | virtual/os-headers: add dev-util/mingw64-runtime (diff) | |
download | gentoo-102dcff16f8c36248e2d7325691e4d057b97fa08.tar.gz gentoo-102dcff16f8c36248e2d7325691e4d057b97fa08.tar.bz2 gentoo-102dcff16f8c36248e2d7325691e4d057b97fa08.zip |
virtual/opengl: add dev-util/mingw64-runtime
Closes: https://bugs.gentoo.org/621574
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r-- | virtual/opengl/opengl-7.0-r2.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
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 + )" |