diff options
author | orbea <orbea@riseup.net> | 2024-02-04 07:16:32 -0800 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2024-02-23 10:01:26 +0200 |
commit | 0518bdc3f108f0049a3d1bb07b21eb568df90397 (patch) | |
tree | d59b233481056b98a3d33110de0dcce83a248871 /games-emulation | |
parent | app-containers/incus: add 0.6 (diff) | |
download | gentoo-0518bdc3f108f0049a3d1bb07b21eb568df90397.tar.gz gentoo-0518bdc3f108f0049a3d1bb07b21eb568df90397.tar.bz2 gentoo-0518bdc3f108f0049a3d1bb07b21eb568df90397.zip |
games-emulation/geolith-jg: sync keywords
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/geolith-jg/geolith-jg-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/geolith-jg/geolith-jg-9999.ebuild b/games-emulation/geolith-jg/geolith-jg-9999.ebuild index df45d534adcc..acce54ecab21 100644 --- a/games-emulation/geolith-jg/geolith-jg-9999.ebuild +++ b/games-emulation/geolith-jg/geolith-jg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,14 +15,14 @@ if [[ "${PV}" == *9999 ]] ; then else SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="BSD MIT" SLOT="1" DEPEND=" - dev-libs/miniz + dev-libs/miniz:= media-libs/jg:1= media-libs/speexdsp " |