From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- games-emulation/mekanix/mekanix-070-r1.ebuild | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'games-emulation/mekanix/mekanix-070-r1.ebuild') diff --git a/games-emulation/mekanix/mekanix-070-r1.ebuild b/games-emulation/mekanix/mekanix-070-r1.ebuild index 8148de4cd3aa..3b20dcd33cea 100644 --- a/games-emulation/mekanix/mekanix-070-r1.ebuild +++ b/games-emulation/mekanix/mekanix-070-r1.ebuild @@ -1,24 +1,27 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit eutils +inherit wrapper DESCRIPTION="SG-1000, SC-3000, SF-7000, SSC, SMS, GG, COLECO, and OMV emulator" HOMEPAGE="https://www.smspower.org/meka/" SRC_URI="https://www.smspower.org/meka/releases/${PN}${PV}.tgz" +S="${WORKDIR}"/${PN} LICENSE="mekanix" SLOT="0" KEYWORDS="~x86" RESTRICT="strip" -IUSE="" -RDEPEND="media-libs/libpng - x11-libs/libXpm" - -S=${WORKDIR}/${PN} +RDEPEND=" + media-libs/libpng + x11-libs/libXext + x11-libs/libXpm + x11-libs/libX11 + sys-libs/zlib +" # file verfies that it's an elf, not win32, binary: QA_PREBUILT="opt/${PN}/meka.exe" -- cgit v1.2.3