From 9def6d10cf42199c055d6bb2f4af363e43025890 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 20 Jan 2023 17:29:01 -0500 Subject: games-emulation/nestopia: cleanup live conditional block Signed-off-by: Ionen Wolkens --- games-emulation/nestopia/nestopia-1.52.0.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'games-emulation/nestopia') diff --git a/games-emulation/nestopia/nestopia-1.52.0.ebuild b/games-emulation/nestopia/nestopia-1.52.0.ebuild index 646a1b125a96..debf5a4e2856 100644 --- a/games-emulation/nestopia/nestopia-1.52.0.ebuild +++ b/games-emulation/nestopia/nestopia-1.52.0.ebuild @@ -7,17 +7,11 @@ inherit autotools flag-o-matic xdg DESCRIPTION="Portable Nintendo Entertainment System emulator written in C++" HOMEPAGE="http://0ldsk00l.ca/nestopia/" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/0ldsk00l/nestopia.git" -else - SRC_URI="https://github.com/0ldsk00l/nestopia/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi +SRC_URI="https://github.com/0ldsk00l/nestopia/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" +KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND=" -- cgit v1.2.3-65-gdbad