Gentoo Archives: gentoo-commits

From: Robert Greener <me@××××××.dev>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/RhpcBLASctl/
Date: Mon, 04 Jul 2022 08:28:54
Message-Id: 1656923310.8ac5693c5eb7d37cea1283f14d229887e8bae425.me@gentoo
1 commit: 8ac5693c5eb7d37cea1283f14d229887e8bae425
2 Author: Robert Greener <me <AT> r0bert <DOT> dev>
3 AuthorDate: Mon Jul 4 08:28:30 2022 +0000
4 Commit: Robert Greener <me <AT> r0bert <DOT> dev>
5 CommitDate: Mon Jul 4 08:28:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ac5693c
7
8 dev-R/RhpcBLASctl: use ver_rs for CRAN_PV
9
10 Signed-off-by: Robert Greener <me <AT> r0bert.dev>
11
12 dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild b/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild
16 index 2630164e2..4c9c6add6 100644
17 --- a/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild
18 +++ b/dev-R/RhpcBLASctl/RhpcBLASctl-0.21.247.1.ebuild
19 @@ -8,6 +8,6 @@ inherit R-packages
20 DESCRIPTION="Control the Number of Threads on 'BLAS'"
21 KEYWORDS="~amd64"
22 LICENSE='AGPL-3'
23 -CRAN_PV="0.21-247.1"
24 +CRAN_PV="$(ver_rs 2 -)"
25
26 SRC_URI="mirror://cran/src/contrib/${PN}_${CRAN_PV}.tar.gz"