diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2023-02-07 14:30:02 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2023-02-07 14:31:46 -0500 |
commit | 2aa4e9212e4436d2d07f4604ee9088b5bfb07861 (patch) | |
tree | 694f0ede73617ffbec52d33b714ef9fb282e5c48 /sci-mathematics/primesieve | |
parent | dev-python/ipykernel: add 6.21.1 (diff) | |
download | gentoo-2aa4e9212e4436d2d07f4604ee9088b5bfb07861.tar.gz gentoo-2aa4e9212e4436d2d07f4604ee9088b5bfb07861.tar.bz2 gentoo-2aa4e9212e4436d2d07f4604ee9088b5bfb07861.zip |
sci-mathematics/primesieve: stabilize 11.0 for amd64
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/primesieve')
-rw-r--r-- | sci-mathematics/primesieve/primesieve-11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/primesieve/primesieve-11.0.ebuild b/sci-mathematics/primesieve/primesieve-11.0.ebuild index 44fb41efb869..311cdce23898 100644 --- a/sci-mathematics/primesieve/primesieve-11.0.ebuild +++ b/sci-mathematics/primesieve/primesieve-11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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/11" # subslot is first component of libprimesieve.so version -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc +executable test" RESTRICT="!test? ( test )" |