Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/primecount/
Date: Sat, 06 Aug 2022 13:14:36
Message-Id: 1659791600.585cf7c629e274126c5b3bb4887ccfb5dfcc6a3c.mjo@gentoo
1 commit: 585cf7c629e274126c5b3bb4887ccfb5dfcc6a3c
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 13:09:18 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 13:13:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585cf7c6
7
8 sci-mathematics/primecount: stabilize 7.3 for amd64
9
10 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
11
12 sci-mathematics/primecount/primecount-7.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/primecount/primecount-7.3.ebuild b/sci-mathematics/primecount/primecount-7.3.ebuild
16 index eb88741f1621..617ab1e08c27 100644
17 --- a/sci-mathematics/primecount/primecount-7.3.ebuild
18 +++ b/sci-mathematics/primecount/primecount-7.3.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz ->
20
21 LICENSE="BSD-2"
22 SLOT="0/7" # subslot is first component of libprimecount.so version
23 -KEYWORDS="~amd64"
24 +KEYWORDS="amd64"
25 IUSE="cpu_flags_x86_popcnt +executable openmp test"
26 RESTRICT="!test? ( test )"