summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-01-14 17:56:55 +0100
committerUlrich Müller <ulm@gentoo.org>2017-01-14 18:18:54 +0100
commit38b21964d89c8ccebe1fe33596d4d7fa1dba5006 (patch)
tree7de7ef6f32fa5501d31ef7183b95ddfa64d8896e /virtual/opengl
parentdev-python/sphinx-gallery: fixup nose dep (diff)
downloadgentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.gz
gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.tar.bz2
gentoo-38b21964d89c8ccebe1fe33596d4d7fa1dba5006.zip
virtual: [QA] Bump all virtuals with EAPI 3 or older to EAPI 5.
Also remove empty variable assignments. As discussed in #gentoo-qa. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'virtual/opengl')
-rw-r--r--virtual/opengl/opengl-7.0.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/virtual/opengl/opengl-7.0.ebuild b/virtual/opengl/opengl-7.0.ebuild
index d332533f5c64..0dfb92258b3f 100644
--- a/virtual/opengl/opengl-7.0.ebuild
+++ b/virtual/opengl/opengl-7.0.ebuild
@@ -1,13 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
+
DESCRIPTION="Virtual for OpenGL implementation"
-HOMEPAGE=""
-SRC_URI=""
-LICENSE=""
SLOT="0"
KEYWORDS="alpha amd64 arm 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"
-IUSE=""
+
RDEPEND="|| ( media-libs/mesa media-libs/opengl-apple )"
-DEPEND=""