From 3700ad07e75eaee97fb98454d3c0a117d6b9e018 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 22 Sep 2022 04:57:31 +0100 Subject: [PATCH] sci-misc/cdfplayer: use PV in SRC_URI not that it really matters in this case, but still. Signed-off-by: Sam James --- sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"