diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2025-01-06 14:18:26 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2025-01-06 15:06:22 +0800 |
commit | caff20ed4af2139ebe47816095637a2bf821006f (patch) | |
tree | eac71bd5906815235af0d4fba31ade48e84787e7 /sci-mathematics | |
parent | dev-qt/qtremoteobjects: forward ~loong (diff) | |
download | gentoo-caff20ed4af2139ebe47816095637a2bf821006f.tar.gz gentoo-caff20ed4af2139ebe47816095637a2bf821006f.tar.bz2 gentoo-caff20ed4af2139ebe47816095637a2bf821006f.zip |
sci-mathematics/primesieve: keyword 12.3 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/primesieve/primesieve-12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/primesieve/primesieve-12.3.ebuild b/sci-mathematics/primesieve/primesieve-12.3.ebuild index b1cba56d796a..01033ef71a98 100644 --- a/sci-mathematics/primesieve/primesieve-12.3.ebuild +++ b/sci-mathematics/primesieve/primesieve-12.3.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/12" # subslot is first component of libprimesieve.so version -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="doc +executable test" RESTRICT="!test? ( test )" |