diff options
author | 2025-01-01 10:54:41 +0200 | |
---|---|---|
committer | 2025-01-01 10:56:14 +0200 | |
commit | 6b2531ed78a2d88572d45d8352fa11afcdaaecd5 (patch) | |
tree | 0a5d5c68a5bf1f13851d204f9a8eab31f54171f1 /sci-mathematics | |
parent | media-sound/strawberry: drop 1.1.3 (diff) | |
download | gentoo-6b2531ed78a2d88572d45d8352fa11afcdaaecd5.tar.gz gentoo-6b2531ed78a2d88572d45d8352fa11afcdaaecd5.tar.bz2 gentoo-6b2531ed78a2d88572d45d8352fa11afcdaaecd5.zip |
sci-mathematics/primesieve: Keyword 12.3 x86, #947261
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/primesieve/primesieve-12.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/primesieve/primesieve-12.3.ebuild b/sci-mathematics/primesieve/primesieve-12.3.ebuild index 85de4162e460..72dec4e01fea 100644 --- a/sci-mathematics/primesieve/primesieve-12.3.ebuild +++ b/sci-mathematics/primesieve/primesieve-12.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 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/12" # subslot is first component of libprimesieve.so version -KEYWORDS="~amd64 ~ppc64 ~riscv" +KEYWORDS="~amd64 ~ppc64 ~riscv ~x86" IUSE="doc +executable test" RESTRICT="!test? ( test )" |