diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 19:12:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:12:09 +0100 |
commit | ece959ecd698352f6ce542209047d1636da13d70 (patch) | |
tree | 1b058126fc9087acf541554f5b9f3d3a6367ea59 /games-emulation | |
parent | dev-libs/ucl: port to EAPI 7 (diff) | |
download | gentoo-ece959ecd698352f6ce542209047d1636da13d70.tar.gz gentoo-ece959ecd698352f6ce542209047d1636da13d70.tar.bz2 gentoo-ece959ecd698352f6ce542209047d1636da13d70.zip |
games-emulation/nestra: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/nestra/nestra-0.66-r3.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/games-emulation/nestra/nestra-0.66-r3.ebuild b/games-emulation/nestra/nestra-0.66-r3.ebuild index 44ca1daa1d33..73ec6ac19483 100644 --- a/games-emulation/nestra/nestra-0.66-r3.ebuild +++ b/games-emulation/nestra/nestra-0.66-r3.ebuild @@ -1,28 +1,28 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit epatch toolchain-funcs flag-o-matic +EAPI=7 + +inherit toolchain-funcs flag-o-matic PATCH="${P/-/_}-10.diff" DESCRIPTION="NES emulation for Linux/x86" HOMEPAGE="http://nestra.linuxgames.com/" SRC_URI="http://nestra.linuxgames.com/${P}.tar.gz mirror://debian/pool/contrib/n/nestra/${PATCH}.gz" +S="${WORKDIR}/${PN}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND="x11-libs/libX11[abi_x86_32(-)]" DEPEND="${RDEPEND}" -S="${WORKDIR}/${PN}" - src_prepare() { default - epatch "${WORKDIR}"/${PATCH} + + eapply "${WORKDIR}"/${PATCH} eapply "${FILESDIR}"/${P}-exec-stack.patch eapply "${FILESDIR}"/${P}-include.patch |