diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-21 18:20:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-21 19:12:50 +0100 |
commit | f8cfa5b9c661f29e034daa6d3083f561eb80c7cc (patch) | |
tree | 5f4f57ed92bf97979325b003539cf01f4ab023d8 /games-emulation/zsnes | |
parent | app-portage/eclass-manpages: Support sys-apps/portage-mgorny (diff) | |
download | gentoo-f8cfa5b9c661f29e034daa6d3083f561eb80c7cc.tar.gz gentoo-f8cfa5b9c661f29e034daa6d3083f561eb80c7cc.tar.bz2 gentoo-f8cfa5b9c661f29e034daa6d3083f561eb80c7cc.zip |
games-emulation/zsnes: Remove pointless sys-apps/portage dep
Diffstat (limited to 'games-emulation/zsnes')
-rw-r--r-- | games-emulation/zsnes/zsnes-1.51-r5.ebuild (renamed from games-emulation/zsnes/zsnes-1.51-r4.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-emulation/zsnes/zsnes-1.51-r4.ebuild b/games-emulation/zsnes/zsnes-1.51-r5.ebuild index 9f5ce6ababe5..5787c4659bc4 100644 --- a/games-emulation/zsnes/zsnes-1.51-r4.ebuild +++ b/games-emulation/zsnes/zsnes-1.51-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,8 +22,7 @@ RDEPEND=" png? ( media-libs/libpng:0[abi_x86_32(-)] )" DEPEND="${RDEPEND} dev-lang/nasm - debug? ( virtual/pkgconfig ) - amd64? ( >=sys-apps/portage-2.1 )" + debug? ( virtual/pkgconfig )" S=${WORKDIR}/${PN}_${PV//./_}/src |