diff options
author | 2025-01-04 16:34:17 +0000 | |
---|---|---|
committer | 2025-01-04 16:34:17 +0000 | |
commit | a3f3d96d3a07d0a206518856cf1a752aea67060d (patch) | |
tree | e3f5ea9f50755287f411b67c561b0f91bd63fc6b /sci-mathematics | |
parent | sci-libs/symengine: Keyword 0.13.0 arm, #947261 (diff) | |
download | gentoo-a3f3d96d3a07d0a206518856cf1a752aea67060d.tar.gz gentoo-a3f3d96d3a07d0a206518856cf1a752aea67060d.tar.bz2 gentoo-a3f3d96d3a07d0a206518856cf1a752aea67060d.zip |
sci-mathematics/primesieve: Keyword 12.3 arm, #947261
Signed-off-by: Sam James <sam@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 df546b142787..b1cba56d796a 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 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" IUSE="doc +executable test" RESTRICT="!test? ( test )" |