# 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 Port of mGBA" HOMEPAGE="https://gitlab.com/jgemu/mgba" 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="BSD-2 MPL-2.0" SLOT="1" DEPEND="