sci-mathematics/primesieve: Keyword 12.3 ppc64, #947261

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-12-31 08:15:28 +00:00
parent 637ab1b17d
commit cdb4eeb2cd

View File

@@ -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 ~riscv"
KEYWORDS="~amd64 ~ppc64 ~riscv"
IUSE="doc +executable test"
RESTRICT="!test? ( test )"