summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-11 22:52:38 +0000
committerSam James <sam@gentoo.org>2024-12-11 22:52:38 +0000
commit50f548ac60986a43673d277ac231fcb6c403d329 (patch)
tree7d2a9362f47a784991d8247cfb139fa645a01caa /dev-games
parentmedia-libs/freetype: Stabilize 2.13.3 ppc, #946288 (diff)
downloadgentoo-50f548ac60986a43673d277ac231fcb6c403d329.tar.gz
gentoo-50f548ac60986a43673d277ac231fcb6c403d329.tar.bz2
gentoo-50f548ac60986a43673d277ac231fcb6c403d329.zip
dev-games/physfs: Stabilize 3.2.0 x86, #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 374edc2b7223..87b41142f222 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