summaryrefslogtreecommitdiff
path: root/sci-mathematics/primesieve
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-31 18:44:00 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-12-31 18:44:00 +0000
commite9e89b1442fe6a6dd3372a889f02a5660bb43d2e (patch)
treeb6a5d1beb77fc643fcd5a9f7d3c607b41227c71b /sci-mathematics/primesieve
parente9fe7492ea0c806a41f172fdf6cd02e01fa2454a (diff)
downloadbaldeagleos-repo-e9e89b1442fe6a6dd3372a889f02a5660bb43d2e.tar.gz
baldeagleos-repo-e9e89b1442fe6a6dd3372a889f02a5660bb43d2e.tar.xz
baldeagleos-repo-e9e89b1442fe6a6dd3372a889f02a5660bb43d2e.zip
Adding metadata
Diffstat (limited to 'sci-mathematics/primesieve')
-rw-r--r--sci-mathematics/primesieve/primesieve-12.3.ebuild2
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 6d81d07c4184..85de4162e460 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 )"