diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-01-15 00:17:28 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-15 02:26:52 -0500 |
commit | 01d0b74d08640d13c05361612f43358ea91c7907 (patch) | |
tree | c23016fadcb6eca0776b0bb47d23c04b57f25e60 /games-emulation | |
parent | games-emulation/pcsx2: remove obsolete vulkan filter-lto (diff) | |
download | gentoo-01d0b74d08640d13c05361612f43358ea91c7907.tar.gz gentoo-01d0b74d08640d13c05361612f43358ea91c7907.tar.bz2 gentoo-01d0b74d08640d13c05361612f43358ea91c7907.zip |
games-emulation/pcsx2_patches: stabilize 0_p20231217 for amd64
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/pcsx2_patches/pcsx2_patches-0_p20231217.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/pcsx2_patches/pcsx2_patches-0_p20231217.ebuild b/games-emulation/pcsx2_patches/pcsx2_patches-0_p20231217.ebuild index 7255f844e8f5..23effcddc10f 100644 --- a/games-emulation/pcsx2_patches/pcsx2_patches-0_p20231217.ebuild +++ b/games-emulation/pcsx2_patches/pcsx2_patches-0_p20231217.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ else -> ${P}.tar.gz " S=${WORKDIR}/${PN}-${HASH_PCSX2_PATCHES} - KEYWORDS="~amd64" + KEYWORDS="amd64" fi DESCRIPTION="Collection of game patches for use with PCSX2 (e.g. widescreen hacks)" |