commit: caf86e815556e1cb19b6444f10e36ed7c1278923 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Thu Oct 20 20:00:19 2022 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Thu Oct 20 20:00:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf86e81
sci-mathematics/primesieve: stabilize 8.0 for amd64 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> sci-mathematics/primesieve/primesieve-8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/primesieve/primesieve-8.0.ebuild b/sci-mathematics/primesieve/primesieve-8.0.ebuild index 9a6ef5573027..70bfdd3e99f2 100644 --- a/sci-mathematics/primesieve/primesieve-8.0.ebuild +++ b/sci-mathematics/primesieve/primesieve-8.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/kimwalisch/primesieve" SRC_URI="https://github.com/kimwalisch/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" SLOT="0/10" # subslot is first component of libprimesieve.so version -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc +executable test" RESTRICT="!test? ( test )"
