diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-25 15:24:13 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-25 15:24:13 -0400 |
commit | 3f0138274ca07272b579f92903b59a5099268db3 (patch) | |
tree | d8f53303a3ecd33c4dafd91c0da277e181a1fc6f /dev-perl | |
parent | toolchain.eclass: ban the use of rlibtool (diff) | |
download | gentoo-3f0138274ca07272b579f92903b59a5099268db3.tar.gz gentoo-3f0138274ca07272b579f92903b59a5099268db3.tar.bz2 gentoo-3f0138274ca07272b579f92903b59a5099268db3.zip |
dev-perl/Math-Pari: fix broken SRC_URI
The vendored copy of an external dependency has been repeatedly upgraded
upstream. sci-mathematics/pari is at version 2.15.5, but this package
vendors 2.3.5. The upstream distfiles site still provides all versions,
they just moved a lot of them into an OLD/ directory. Use the correct
url for downloading; checksum remains the same.
Closes: https://bugs.gentoo.org/850478
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild index e0cbabe29c38..8bd9e6768da9 100644 --- a/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild +++ b/dev-perl/Math-Pari/Math-Pari-2.10.809.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ PARI_VER=2.3.5 DESCRIPTION="Perl interface to PARI" SRC_URI="${SRC_URI} - http://pari.math.u-bordeaux.fr/pub/pari/unix/pari-${PARI_VER}.tar.gz" + http://pari.math.u-bordeaux.fr/pub/pari/OLD/${PARI_VER%.*}/pari-${PARI_VER}.tar.gz" S_PARI="${WORKDIR}"/pari-${PARI_VER} SLOT="0" |