dev-libs/unordered_dense: 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 824adb9799
commit 7fbea21695
3 changed files with 3 additions and 3 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 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~arm64 ~riscv ~x86"
KEYWORDS="~amd64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~arm64 ~riscv ~x86"
S="${WORKDIR}/${P}"
fi