diff options
author | Sam James <sam@gentoo.org> | 2022-11-22 07:08:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-22 07:57:05 +0000 |
commit | 6ced732a91320728c0ee9a750d08512d1edaa5c9 (patch) | |
tree | 196a151f6c1a1277c5fd3c2b8e560b2c88d55ec4 /sci-mathematics | |
parent | sci-libs/pdal: Keyword 2.4.3 arm, #880759 (diff) | |
download | gentoo-6ced732a91320728c0ee9a750d08512d1edaa5c9.tar.gz gentoo-6ced732a91320728c0ee9a750d08512d1edaa5c9.tar.bz2 gentoo-6ced732a91320728c0ee9a750d08512d1edaa5c9.zip |
sci-mathematics/jags: use ver_cut in SRC_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/jags/jags-4.3.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-mathematics/jags/jags-4.3.0.ebuild b/sci-mathematics/jags/jags-4.3.0.ebuild index 719d2d152ee1..6c2ad95e6bdc 100644 --- a/sci-mathematics/jags/jags-4.3.0.ebuild +++ b/sci-mathematics/jags/jags-4.3.0.ebuild @@ -9,10 +9,11 @@ MYP="JAGS-${PV}" DESCRIPTION="Just Another Gibbs Sampler for Bayesian MCMC simulation" HOMEPAGE="https://mcmc-jags.sourceforge.io/" -SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/4.x/Source/${MYP}.tar.gz" +SRC_URI="mirror://sourceforge/project/mcmc-jags/JAGS/$(ver_cut 1).x/Source/${MYP}.tar.gz" +S="${WORKDIR}/${MYP}" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc" @@ -26,9 +27,8 @@ BDEPEND=" doc? ( virtual/latex-base dev-texlive/texlive-latexextra - )" - -S="${WORKDIR}/${MYP}" + ) +" src_configure() { econf \ |