Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/zsnes/
Date: Wed, 21 Mar 2018 18:13:10
Message-Id: 1521655970.f8cfa5b9c661f29e034daa6d3083f561eb80c7cc.mgorny@gentoo
1 commit: f8cfa5b9c661f29e034daa6d3083f561eb80c7cc
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 17:20:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 18:12:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8cfa5b9
7
8 games-emulation/zsnes: Remove pointless sys-apps/portage dep
9
10 games-emulation/zsnes/{zsnes-1.51-r4.ebuild => zsnes-1.51-r5.ebuild} | 5 ++---
11 1 file changed, 2 insertions(+), 3 deletions(-)
12
13 diff --git a/games-emulation/zsnes/zsnes-1.51-r4.ebuild b/games-emulation/zsnes/zsnes-1.51-r5.ebuild
14 similarity index 96%
15 rename from games-emulation/zsnes/zsnes-1.51-r4.ebuild
16 rename to games-emulation/zsnes/zsnes-1.51-r5.ebuild
17 index 9f5ce6ababe..5787c4659bc 100644
18 --- a/games-emulation/zsnes/zsnes-1.51-r4.ebuild
19 +++ b/games-emulation/zsnes/zsnes-1.51-r5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -22,8 +22,7 @@ RDEPEND="
27 png? ( media-libs/libpng:0[abi_x86_32(-)] )"
28 DEPEND="${RDEPEND}
29 dev-lang/nasm
30 - debug? ( virtual/pkgconfig )
31 - amd64? ( >=sys-apps/portage-2.1 )"
32 + debug? ( virtual/pkgconfig )"
33
34 S=${WORKDIR}/${PN}_${PV//./_}/src