summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-04-11 16:15:21 -0700
committerMatt Turner <mattst88@gentoo.org>2022-04-11 16:15:21 -0700
commite339e6cbf5ffefcb7a7b6b70ca876b33f70b56ef (patch)
tree881f6209538fd6765ab9fa5f6e2758a0388ccf62
parentapp-benchmarks/glmark2: Drop old versions (diff)
downloadx11-e339e6cbf5ffefcb7a7b6b70ca876b33f70b56ef.tar.gz
x11-e339e6cbf5ffefcb7a7b6b70ca876b33f70b56ef.tar.bz2
x11-e339e6cbf5ffefcb7a7b6b70ca876b33f70b56ef.zip
app-benchmarks/glmark2: Remove unneeded python-any-r1 inherit
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--app-benchmarks/glmark2/glmark2-2021.12.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/app-benchmarks/glmark2/glmark2-2021.12.ebuild b/app-benchmarks/glmark2/glmark2-2021.12.ebuild
index 4c76c3c8..00290d61 100644
--- a/app-benchmarks/glmark2/glmark2-2021.12.ebuild
+++ b/app-benchmarks/glmark2/glmark2-2021.12.ebuild
@@ -3,10 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-inherit meson python-single-r1
-
-REV=${PV#*_p}
+inherit meson
DESCRIPTION="glmark2 is an OpenGL 2.0 and ES 2.0 benchmark"
HOMEPAGE="https://github.com/glmark2/glmark2"