diff options
author | 2023-05-03 12:16:34 +0100 | |
---|---|---|
committer | 2023-05-03 12:16:34 +0100 | |
commit | 01f3fc69b0448285f9627d389b7ce0fd8ecfa977 (patch) | |
tree | 4e32ca46a53116a98b038c7304cff112a9992002 /games-emulation | |
parent | media-libs/libsdl2: add 2.26.5 (diff) | |
download | gentoo-01f3fc69b0448285f9627d389b7ce0fd8ecfa977.tar.gz gentoo-01f3fc69b0448285f9627d389b7ce0fd8ecfa977.tar.bz2 gentoo-01f3fc69b0448285f9627d389b7ce0fd8ecfa977.zip |
games-emulation/melonds: Stabilize 0.9.5-r4 amd64, #899206
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/melonds/melonds-0.9.5-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/melonds/melonds-0.9.5-r4.ebuild b/games-emulation/melonds/melonds-0.9.5-r4.ebuild index 062deeb70674..c0cf4baa64bc 100644 --- a/games-emulation/melonds/melonds-0.9.5-r4.ebuild +++ b/games-emulation/melonds/melonds-0.9.5-r4.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/Arisotura/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} - KEYWORDS="~amd64" + KEYWORDS="amd64" fi IUSE="+jit +opengl" |