commit: 50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 2 08:24:11 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 15:43:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50eb8a7f
sci-libs/symmetrica: fix StaticSrcUri (partly) We won't be able to make this fully generic as it's currently based on a certain commit or hash, but it's _less_ to change now anyway, and it silences CI. Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/symmetrica/symmetrica-3.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild index f616c5710f8..ca5e8384135 100644 --- a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild +++ b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="C library for representation theory, combinatorics, and more" HOMEPAGE="https://gitlab.com/sagemath/symmetrica" -SRC_URI="https://gitlab.com/sagemath/symmetrica/uploads/b3d8e1ad5ab2449c30bbc3147e7a5e53/symmetrica-3.0.1.tar.xz" +SRC_URI="https://gitlab.com/sagemath/symmetrica/uploads/b3d8e1ad5ab2449c30bbc3147e7a5e53/${P}.tar.xz" LICENSE="ISC" SLOT="0/2"
