diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-02-07 14:30:40 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-02-07 14:31:48 -0500 |
commit | 5724b860a7656aeca1098dbd28ed300b6c1b3dd6 (patch) | |
tree | 42616500dfdcb8e7790480510660b0f1736003bb /sci-mathematics | |
parent | sci-mathematics/primesieve: drop 8.0 (diff) | |
download | gentoo-5724b860a7656aeca1098dbd28ed300b6c1b3dd6.tar.gz gentoo-5724b860a7656aeca1098dbd28ed300b6c1b3dd6.tar.bz2 gentoo-5724b860a7656aeca1098dbd28ed300b6c1b3dd6.zip |
sci-mathematics/primecount: stabilize 7.6 for amd64
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/primecount/primecount-7.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/primecount/primecount-7.6.ebuild b/sci-mathematics/primecount/primecount-7.6.ebuild index 4675e44b1d5d..7ea70f3af335 100644 --- a/sci-mathematics/primecount/primecount-7.6.ebuild +++ b/sci-mathematics/primecount/primecount-7.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> LICENSE="BSD-2" SLOT="0/7" # subslot is first component of libprimecount.so version -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="cpu_flags_x86_popcnt +executable openmp test" RESTRICT="!test? ( test )" |