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/primesieve/
Date: Sat, 06 Aug 2022 13:14:37
Message-Id: 1659791602.6bc21ea238513e2c2aa23dc9c3768d63d371d0f0.mjo@gentoo
1 commit: 6bc21ea238513e2c2aa23dc9c3768d63d371d0f0
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 13:12:58 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 13:13:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc21ea2
7
8 sci-mathematics/primesieve: stabilize 7.9 for amd64
9
10 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
11
12 sci-mathematics/primesieve/primesieve-7.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-mathematics/primesieve/primesieve-7.9.ebuild b/sci-mathematics/primesieve/primesieve-7.9.ebuild
16 index 7502f3600271..65d0b3d3e93a 100644
17 --- a/sci-mathematics/primesieve/primesieve-7.9.ebuild
18 +++ b/sci-mathematics/primesieve/primesieve-7.9.ebuild
19 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/kimwalisch/primesieve"
20 SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
21 LICENSE="BSD-2"
22 SLOT="0/9" # subslot is first component of libprimesieve.so version
23 -KEYWORDS="~amd64"
24 +KEYWORDS="amd64"
25 IUSE="doc +executable test"
26 RESTRICT="!test? ( test )"