summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-08 20:21:08 +0100
committerSam James <sam@gentoo.org>2022-10-08 20:21:08 +0100
commit4751e78ecda10b844e2b2668a8e2c2df4c657160 (patch)
tree33c549402554245cf5c9ce665c8067f0572ecdf6 /sci-misc/cdfplayer
parentmedia-gfx/povray: fix DeprecatedEclass (versionator) (diff)
downloadgentoo-4751e78ecda10b844e2b2668a8e2c2df4c657160.tar.gz
gentoo-4751e78ecda10b844e2b2668a8e2c2df4c657160.tar.bz2
gentoo-4751e78ecda10b844e2b2668a8e2c2df4c657160.zip
sci-misc/cdfplayer: fix DeprecatedEclass (versionator)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-misc/cdfplayer')
-rw-r--r--sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild b/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild
index f36a206877d7..21828e52bedd 100644
--- a/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild
+++ b/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit desktop multilib versionator
+inherit desktop eapi7-ver multilib
DESCRIPTION="Wolfram Player for the interactive Computable Document Format (CDF)"
SRC_URI="WolframPlayer_${PV}_LINUX.sh"
@@ -46,7 +46,7 @@ RDEPEND="
# we need this a few times
MPN="WolframPlayer"
-MPV=$(get_version_component_range 1-2)
+MPV=$(ver_cut 1-2)
# we might as well list all files in all QA variables...
QA_PREBUILT="opt/*"