diff options
author | Sam James <sam@gentoo.org> | 2022-02-21 03:16:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-21 03:16:51 +0000 |
commit | 65cc8cdbdbcf3a1266116541bf80983d0bdf51b1 (patch) | |
tree | 3798b3174ff5ac5d48cff30b0ef4c7f4f56183e8 /sci-libs | |
parent | sci-libs/symengine: mask USE=llvm (diff) | |
download | gentoo-65cc8cdbdbcf3a1266116541bf80983d0bdf51b1.tar.gz gentoo-65cc8cdbdbcf3a1266116541bf80983d0bdf51b1.tar.bz2 gentoo-65cc8cdbdbcf3a1266116541bf80983d0bdf51b1.zip |
sci-libs/symengine: fix subslot
Closes: https://bugs.gentoo.org/720760
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/symengine/symengine-0.6.0-r1.ebuild (renamed from sci-libs/symengine/symengine-0.6.0.ebuild) | 4 | ||||
-rw-r--r-- | sci-libs/symengine/symengine-0.7.0-r1.ebuild (renamed from sci-libs/symengine/symengine-0.7.0.ebuild) | 4 | ||||
-rw-r--r-- | sci-libs/symengine/symengine-0.8.1-r1.ebuild (renamed from sci-libs/symengine/symengine-0.8.1.ebuild) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/symengine/symengine-0.6.0.ebuild b/sci-libs/symengine/symengine-0.6.0-r1.ebuild index ae13a29f65d2..1454ac3431a0 100644 --- a/sci-libs/symengine/symengine-0.6.0.ebuild +++ b/sci-libs/symengine/symengine-0.6.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/sympy/symengine" SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/0.4" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test tcmalloc threads" RESTRICT="!test? ( test )" diff --git a/sci-libs/symengine/symengine-0.7.0.ebuild b/sci-libs/symengine/symengine-0.7.0-r1.ebuild index da83537b7b5b..8b1becc43784 100644 --- a/sci-libs/symengine/symengine-0.7.0.ebuild +++ b/sci-libs/symengine/symengine-0.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/sympy/symengine" SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/0.4" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test tcmalloc threads" RESTRICT="!test? ( test )" diff --git a/sci-libs/symengine/symengine-0.8.1.ebuild b/sci-libs/symengine/symengine-0.8.1-r1.ebuild index 0c457169db01..68c0939697b8 100644 --- a/sci-libs/symengine/symengine-0.8.1.ebuild +++ b/sci-libs/symengine/symengine-0.8.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/sympy/symengine" SRC_URI="https://github.com/sympy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0/0.4" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="arb benchmarks boost debug doc ecm flint llvm mpc mpfr openmp test tcmalloc threads" RESTRICT="!test? ( test )" |