commit: e0ae657a4d8085af88b9ad7549eab864f6430e45 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Thu Jul 31 13:48:12 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Thu Jul 31 14:07:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ae657a
sci-mathematics/flint: update SRC_URI (fix redundant tarball rename) Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-mathematics/flint/flint-3.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/flint/flint-3.3.1.ebuild b/sci-mathematics/flint/flint-3.3.1.ebuild index 67c213e4bad0..0275599998cd 100644 --- a/sci-mathematics/flint/flint-3.3.1.ebuild +++ b/sci-mathematics/flint/flint-3.3.1.ebuild @@ -9,7 +9,7 @@ inherit flag-o-matic python-any-r1 DESCRIPTION="Fast Library for Number Theory" HOMEPAGE="https://www.flintlib.org/" -SRC_URI="https://github.com/flintlib/flint/releases/download/v${PV}/flint-${PV}.tar.xz -> ${P}.tar.xz" +SRC_URI="https://github.com/flintlib/flint/releases/download/v${PV}/flint-${PV}.tar.xz" LICENSE="LGPL-2.1+" # Based off the soname, e.g. /usr/lib64/libflint.so -> libflint.so.15
