From 50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 09:24:11 +0100 Subject: 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 --- sci-libs/symmetrica/symmetrica-3.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/symmetrica/symmetrica-3.0.1.ebuild b/sci-libs/symmetrica/symmetrica-3.0.1.ebuild index f616c5710f80..ca5e8384135a 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" -- cgit v1.2.3-65-gdbad