diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-08-06 09:09:18 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-08-06 09:13:20 -0400 |
commit | 585cf7c629e274126c5b3bb4887ccfb5dfcc6a3c (patch) | |
tree | 148c2c936aa4b7b48cdc59a02bc2d0155389e4c7 /sci-mathematics | |
parent | dev-python/libtmux: add 0.14.0 (diff) | |
download | gentoo-585cf7c629e274126c5b3bb4887ccfb5dfcc6a3c.tar.gz gentoo-585cf7c629e274126c5b3bb4887ccfb5dfcc6a3c.tar.bz2 gentoo-585cf7c629e274126c5b3bb4887ccfb5dfcc6a3c.zip |
sci-mathematics/primecount: stabilize 7.3 for amd64
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/primecount/primecount-7.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/primecount/primecount-7.3.ebuild b/sci-mathematics/primecount/primecount-7.3.ebuild index eb88741f1621..617ab1e08c27 100644 --- a/sci-mathematics/primecount/primecount-7.3.ebuild +++ b/sci-mathematics/primecount/primecount-7.3.ebuild @@ -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 )" |