diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-20 14:05:40 +0000 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-08-20 14:05:40 +0000 |
commit | f7cacac2193162616b3afb36f02968a96185256f (patch) | |
tree | b7c21998868d85916d24eeb28920e9064f72f0e4 /sci-mathematics | |
parent | sci-mathematics/eclib: keyword 20240408 for ~riscv (diff) | |
download | gentoo-f7cacac2193162616b3afb36f02968a96185256f.tar.gz gentoo-f7cacac2193162616b3afb36f02968a96185256f.tar.bz2 gentoo-f7cacac2193162616b3afb36f02968a96185256f.zip |
sci-mathematics/primesieve: keyword 12.3 for ~riscv
Signed-off-by: Michael Orlitzky <mjo@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 580881f0c652..6d81d07c4184 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" +KEYWORDS="~amd64 ~riscv" IUSE="doc +executable test" RESTRICT="!test? ( test )" |