summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-14 17:42:34 +0000
committerSam James <sam@gentoo.org>2024-12-14 17:42:34 +0000
commita5aed65a52b977609252b39b3938e225680c4807 (patch)
tree8090efa96fcbb2e3c96f0a15ed73a23ea79ad4f2 /dev-games
parentmedia-fonts/noto: Stabilize 20241101 ppc64, #945537 (diff)
downloadgentoo-a5aed65a52b977609252b39b3938e225680c4807.tar.gz
gentoo-a5aed65a52b977609252b39b3938e225680c4807.tar.bz2
gentoo-a5aed65a52b977609252b39b3938e225680c4807.zip
dev-games/physfs: Stabilize 3.2.0 ppc64, #944513
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/physfs/physfs-3.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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