dev-libs/mcl: keyword ~ppc64

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter
2025-11-23 20:11:01 -05:00
parent a8817a1cc4
commit a4460eb4b2
8 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/martinus/${PN}.git"
else
SRC_URI="https://github.com/martinus/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
KEYWORDS="~amd64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~arm64 ~riscv ~x86"
S="${WORKDIR}/${P}"
fi