commit: 6faf0bd05f38441cdd829ea1d989023f16bbbadb Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 21:45:52 2020 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 21:47:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6faf0bd0
sci-libs/fflas-ffpack: fix download URL. Not sure what happened here, but it works now. Tested after deleting the Manifest, deleting the distfile, and emptying GENTOO_MIRRORS. Closes: https://bugs.gentoo.org/733546 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild index 4115dc61ace..dcbf5194f3b 100644 --- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild +++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild @@ -7,7 +7,7 @@ inherit autotools toolchain-funcs DESCRIPTION="Library for dense linear algebra over word-size finite fields" HOMEPAGE="https://linbox-team.github.io/fflas-ffpack/" -SRC_URI="https://github.com/linbox-team/${PN}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/linbox-team/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0"
