diff options
author | Sam James <sam@gentoo.org> | 2024-12-12 02:45:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-12 02:45:25 +0000 |
commit | 5aa5c60f38f61ae6f59c25740ef6eb14e11fd4cd (patch) | |
tree | c8d8b4d3879bc5fd94ffecfb2ddeabe695e20317 /dev-games | |
parent | net-misc/x2goclient: Stabilize 4.1.2.3 amd64, #943565 (diff) | |
download | gentoo-5aa5c60f38f61ae6f59c25740ef6eb14e11fd4cd.tar.gz gentoo-5aa5c60f38f61ae6f59c25740ef6eb14e11fd4cd.tar.bz2 gentoo-5aa5c60f38f61ae6f59c25740ef6eb14e11fd4cd.zip |
dev-games/physfs: Stabilize 3.2.0 amd64, #944513
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/physfs/physfs-3.2.0.ebuild | 2 |
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 87b41142f222..0213c734f61c 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 |