diff options
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 " |