diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-20 17:29:01 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-20 17:44:09 -0500 |
commit | 9def6d10cf42199c055d6bb2f4af363e43025890 (patch) | |
tree | 0633c6708cdc067f3dc74db56513ab56ad1c0261 /games-emulation | |
parent | games-emulation/nestopia: drop live ebuild (diff) | |
download | gentoo-9def6d10cf42199c055d6bb2f4af363e43025890.tar.gz gentoo-9def6d10cf42199c055d6bb2f4af363e43025890.tar.bz2 gentoo-9def6d10cf42199c055d6bb2f4af363e43025890.zip |
games-emulation/nestopia: cleanup live conditional block
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/nestopia/nestopia-1.52.0.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
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=" |