Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mednaffe/
Date: Sat, 02 Jan 2016 05:00:43
Message-Id: 1451710830.87b43ec023470c4f779eb451b7cd420e0c43580f.mr_bones_@gentoo
1 commit: 87b43ec023470c4f779eb451b7cd420e0c43580f
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 05:00:30 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 05:00:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b43ec0
7
8 games-emulation/mednaffe: add app-arch/unzip to DEPEND
9
10 Package-Manager: portage-2.2.24
11
12 games-emulation/mednaffe/mednaffe-0.8.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-emulation/mednaffe/mednaffe-0.8.ebuild b/games-emulation/mednaffe/mednaffe-0.8.ebuild
16 index c1fce8c..4f97fd5 100644
17 --- a/games-emulation/mednaffe/mednaffe-0.8.ebuild
18 +++ b/games-emulation/mednaffe/mednaffe-0.8.ebuild
19 @@ -14,7 +14,8 @@ SLOT="0"
20 KEYWORDS="~amd64 ~x86"
21 IUSE=""
22
23 -DEPEND="x11-libs/gtk+:3
24 +DEPEND="app-arch/unzip
25 + x11-libs/gtk+:3
26 virtual/pkgconfig"
27 RDEPEND="x11-libs/gtk+:3
28 games-emulation/mednafen[debugger]"