various: fix duplicated ppc64 keywords

oops :P

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter
2025-11-24 00:08:00 -05:00
parent 3dc42d8ce1
commit 9ea7cfdb28
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 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~ppc64 ~arm64 ~riscv ~x86"
KEYWORDS="~amd64 ~ppc64 ~arm64 ~riscv ~x86"
S="${WORKDIR}/${P}"
fi