diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-10-20 16:00:19 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-10-20 16:00:19 -0400 |
commit | caf86e815556e1cb19b6444f10e36ed7c1278923 (patch) | |
tree | 3591797a1836252a78f7eceb4924105d52e4b2ff /sci-mathematics/primesieve | |
parent | app-admin/djbdns-logparse: maintainer stabilize 0.0.2 for amd64 (diff) | |
download | gentoo-caf86e815556e1cb19b6444f10e36ed7c1278923.tar.gz gentoo-caf86e815556e1cb19b6444f10e36ed7c1278923.tar.bz2 gentoo-caf86e815556e1cb19b6444f10e36ed7c1278923.zip |
sci-mathematics/primesieve: stabilize 8.0 for amd64
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/primesieve')
-rw-r--r-- | sci-mathematics/primesieve/primesieve-8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 )" |