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: Sun, 30 Jan 2022 14:37:46
Message-Id: 1643553407.6c12167effb341972d3e4e7602a42510c4e27ac9.mjo@gentoo
1 commit: 6c12167effb341972d3e4e7602a42510c4e27ac9
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 14:36:47 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 14:36:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c12167e
7
8 sci-mathematics/primecount: maintainer stabilize on amd64.
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 sci-mathematics/primecount/primecount-7.2-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/primecount/primecount-7.2-r1.ebuild b/sci-mathematics/primecount/primecount-7.2-r1.ebuild
17 index 4a994b461a06..f84b7b7ea831 100644
18 --- a/sci-mathematics/primecount/primecount-7.2-r1.ebuild
19 +++ b/sci-mathematics/primecount/primecount-7.2-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/kimwalisch/primecount"
27 SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="BSD-2"
29 SLOT="0/7" # subslot is first component of libprimecount.so version
30 -KEYWORDS="~amd64"
31 +KEYWORDS="amd64"
32 IUSE="cpu_flags_x86_popcnt +executable openmp test"
33 RESTRICT="!test? ( test )"