mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-misc/cdfplayer: fix DeprecatedEclass (versionator)
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -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/*"
|
||||
|
||||
Reference in New Issue
Block a user