diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-01-30 09:36:12 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-01-30 09:36:12 -0500 |
commit | 8ccff86009e0b278fa90bc691eee6ffde375270a (patch) | |
tree | 268ec5109805cdbbc49a8bf19c49b289523ffd57 /sci-mathematics | |
parent | net-analyzer/graphite-web: drop obsolete patch (PR #23758) (diff) | |
download | gentoo-8ccff86009e0b278fa90bc691eee6ffde375270a.tar.gz gentoo-8ccff86009e0b278fa90bc691eee6ffde375270a.tar.bz2 gentoo-8ccff86009e0b278fa90bc691eee6ffde375270a.zip |
sci-mathematics/primesieve: maintainer stabilize on amd64.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/primesieve/primesieve-7.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/primesieve/primesieve-7.7.ebuild b/sci-mathematics/primesieve/primesieve-7.7.ebuild index dff175df46b6..65d0b3d3e93a 100644 --- a/sci-mathematics/primesieve/primesieve-7.7.ebuild +++ b/sci-mathematics/primesieve/primesieve-7.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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/9" # subslot is first component of libprimesieve.so version -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc +executable test" RESTRICT="!test? ( test )" |