diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 04:57:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:23 +0100 |
commit | 3700ad07e75eaee97fb98454d3c0a117d6b9e018 (patch) | |
tree | 5ccce6e5cdbaee471c96fe0cf9327d1093bf3be2 /sci-misc | |
parent | sci-geosciences/gshhs: use PV in SRC_URI (diff) | |
download | gentoo-3700ad07e75eaee97fb98454d3c0a117d6b9e018.tar.gz gentoo-3700ad07e75eaee97fb98454d3c0a117d6b9e018.tar.bz2 gentoo-3700ad07e75eaee97fb98454d3c0a117d6b9e018.zip |
sci-misc/cdfplayer: use PV in SRC_URI
not that it really matters in this case, but still.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild b/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild index a5abe4c0c16b..f36a206877d7 100644 --- a/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild +++ b/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit desktop multilib versionator DESCRIPTION="Wolfram Player for the interactive Computable Document Format (CDF)" -SRC_URI="WolframPlayer_12.2.0_LINUX.sh" +SRC_URI="WolframPlayer_${PV}_LINUX.sh" HOMEPAGE="http://www.wolfram.com/cdf-player/" LICENSE="WolframCDFPlayer" |