Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/cdfplayer/
Date: Thu, 22 Sep 2022 04:09:50
Message-Id: 1663819523.3700ad07e75eaee97fb98454d3c0a117d6b9e018.sam@gentoo
1 commit: 3700ad07e75eaee97fb98454d3c0a117d6b9e018
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 22 03:57:31 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 22 04:05:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3700ad07
7
8 sci-misc/cdfplayer: use PV in SRC_URI
9
10 not that it really matters in this case, but still.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild b/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild
18 index a5abe4c0c16b..f36a206877d7 100644
19 --- a/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild
20 +++ b/sci-misc/cdfplayer/cdfplayer-12.2.0.ebuild
21 @@ -6,7 +6,7 @@ EAPI=6
22 inherit desktop multilib versionator
23
24 DESCRIPTION="Wolfram Player for the interactive Computable Document Format (CDF)"
25 -SRC_URI="WolframPlayer_12.2.0_LINUX.sh"
26 +SRC_URI="WolframPlayer_${PV}_LINUX.sh"
27 HOMEPAGE="http://www.wolfram.com/cdf-player/"
28
29 LICENSE="WolframCDFPlayer"