commit: a5aed65a52b977609252b39b3938e225680c4807
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 17:42:34 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 17:42:34 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5aed65a
dev-games/physfs: Stabilize 3.2.0 ppc64, #944513
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-games/physfs/physfs-3.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-games/physfs/physfs-3.2.0.ebuild
b/dev-games/physfs/physfs-3.2.0.ebuild
index 0213c734f61c..3c948770c45f 100644
--- a/dev-games/physfs/physfs-3.2.0.ebuild
+++ b/dev-games/physfs/physfs-3.2.0.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/icculus/physfs.git"
else
- KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~hppa ~loong ppc64 ~riscv x86"
SRC_URI="https://github.com/icculus/${PN}/archive/release-${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-release-${PV}"
fi