From cdb4eeb2cdad8b3f2cdb5eec23b34e49f8ccac41 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 31 Dec 2024 08:15:28 +0000 Subject: [PATCH] sci-mathematics/primesieve: Keyword 12.3 ppc64, #947261 Signed-off-by: Sam James --- sci-mathematics/primesieve/primesieve-12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/primesieve/primesieve-12.3.ebuild b/sci-mathematics/primesieve/primesieve-12.3.ebuild index 6d81d07c41846..85de4162e4603 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 ~riscv" +KEYWORDS="~amd64 ~ppc64 ~riscv" IUSE="doc +executable test" RESTRICT="!test? ( test )"