# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit games DESCRIPTION="A front-end (GUI) for mednafen emulator" HOMEPAGE="https://github.com/AmatCoder/mednaffe" SRC_URI="https://github.com/AmatCoder/mednaffe/archive/v$PV.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+gtk3" DEPEND=" games-emulation/mednafen[debugger] gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) " RDEPEND="$DEPEND" src_configure() { econf \ $(use_enable gtk3 ) }