# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit toolchain-funcs MY_PN=${PN%-*} MY_P=${MY_PN}-${PV} DESCRIPTION="Jolly Good Fork of Gambatte" HOMEPAGE="https://gitlab.com/jgemu/gambatte" if [[ "${PV}" == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://gitlab.com/jgemu/${MY_PN}.git" else SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE=" GPL-2 examples? ( 0BSD ) jgmodule? ( BSD ) " SLOT="1" IUSE="examples +jgmodule shared" REQUIRED_USE="|| ( examples jgmodule shared )" DEPEND=" examples? ( media-libs/libsdl2[sound,video] media-libs/speexdsp ) jgmodule? (