diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2022-10-04 23:22:29 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2022-10-10 16:18:10 +0200 |
commit | c0b5f50173d2e972c19b6dec5ea2e6a6fb1064cf (patch) | |
tree | 11bb89caa5390b70e0aaead4f4cae0de192cdfd4 /sci-physics/geant4_vmc/geant4_vmc-9999.ebuild | |
parent | sys-devel/gcc-config: drop 2.7 (diff) | |
download | gentoo-c0b5f50173d2e972c19b6dec5ea2e6a6fb1064cf.tar.gz gentoo-c0b5f50173d2e972c19b6dec5ea2e6a6fb1064cf.tar.bz2 gentoo-c0b5f50173d2e972c19b6dec5ea2e6a6fb1064cf.zip |
sci-physics/geant4_vmc: add 6.1_p2
Closes: https://github.com/gentoo/gentoo/pull/27627
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/geant4_vmc/geant4_vmc-9999.ebuild')
-rw-r--r-- | sci-physics/geant4_vmc/geant4_vmc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild b/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild index 13017563cf1f..2bc5b7595a6d 100644 --- a/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild +++ b/sci-physics/geant4_vmc/geant4_vmc-9999.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/vmc-project/${PN}.git" else - MY_PV=$(ver_rs 1- -) + MY_PV=$(ver_rs 1-2 -) SRC_URI="https://github.com/vmc-project/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MY_PV}" KEYWORDS="~amd64 ~x86" |