summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2022-01-30 09:36:47 -0500
committerMichael Orlitzky <mjo@gentoo.org>2022-01-30 09:36:47 -0500
commit6c12167effb341972d3e4e7602a42510c4e27ac9 (patch)
tree16424657ba6e78fabeef3f1ce258765f073b8685
parentsci-mathematics/primesieve: maintainer stabilize on amd64. (diff)
downloadgentoo-6c12167effb341972d3e4e7602a42510c4e27ac9.tar.gz
gentoo-6c12167effb341972d3e4e7602a42510c4e27ac9.tar.bz2
gentoo-6c12167effb341972d3e4e7602a42510c4e27ac9.zip
sci-mathematics/primecount: maintainer stabilize on amd64.
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
-rw-r--r--sci-mathematics/primecount/primecount-7.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/primecount/primecount-7.2-r1.ebuild b/sci-mathematics/primecount/primecount-7.2-r1.ebuild
index 4a994b461a06..f84b7b7ea831 100644
--- a/sci-mathematics/primecount/primecount-7.2-r1.ebuild
+++ b/sci-mathematics/primecount/primecount-7.2-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/kimwalisch/primecount"
SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.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 )"