diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 09:24:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:47 +0100 |
commit | 50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5 (patch) | |
tree | 8a159173852882091c8391336f7e2d2d16131cd1 /sci-libs | |
parent | sci-libs/oce: fix variable references (diff) | |
download | gentoo-50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5.tar.gz gentoo-50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5.tar.bz2 gentoo-50eb8a7f82b0d1f88cedaf408bebda9a1ed987c5.zip |
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@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/symmetrica/symmetrica-3.0.1.ebuild | 4 |
1 files 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 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" |