diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-06-14 03:26:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-06-14 03:26:46 +0000 |
commit | 867b679961a724c1989a1228dd635c074bf3c43e (patch) | |
tree | ff9349f9004227dd1cd6a57b25837c938d5fbf08 /games-emulation/nestopia | |
parent | Added ~mips, bug 342513 (diff) | |
download | gentoo-2-867b679961a724c1989a1228dd635c074bf3c43e.tar.gz gentoo-2-867b679961a724c1989a1228dd635c074bf3c43e.tar.bz2 gentoo-2-867b679961a724c1989a1228dd635c074bf3c43e.zip |
add unzip dep for bug #371531
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-emulation/nestopia')
-rw-r--r-- | games-emulation/nestopia/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/nestopia/nestopia-1.40.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-emulation/nestopia/ChangeLog b/games-emulation/nestopia/ChangeLog index 246b5c02aa3a..71238b374b7f 100644 --- a/games-emulation/nestopia/ChangeLog +++ b/games-emulation/nestopia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/nestopia -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestopia/ChangeLog,v 1.5 2010/10/18 10:57:11 tupone Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestopia/ChangeLog,v 1.6 2011/06/14 03:26:46 mr_bones_ Exp $ + + 14 Jun 2011; Michael Sterrett <mr_bones_@gentoo.org> nestopia-1.40.ebuild: + add unzip dep for bug #371531 18 Oct 2010; Tupone Alfredo <tupone@gentoo.org> files/nestopia-1.40-makefile.patch: diff --git a/games-emulation/nestopia/nestopia-1.40.ebuild b/games-emulation/nestopia/nestopia-1.40.ebuild index ec1887eb6a68..aaadd9f6840d 100644 --- a/games-emulation/nestopia/nestopia-1.40.ebuild +++ b/games-emulation/nestopia/nestopia-1.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestopia/nestopia-1.40.ebuild,v 1.6 2010/10/18 15:45:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/nestopia/nestopia-1.40.ebuild,v 1.7 2011/06/14 03:26:46 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -17,12 +17,14 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND=">=x11-libs/gtk+-2.4:2 +RDEPEND=">=x11-libs/gtk+-2.4:2 media-libs/alsa-lib >=media-libs/libsdl-1.2.12[audio,joystick,video] sys-libs/zlib virtual/opengl virtual/glu" +DEPEND="${RDEPEND} + app-arch/unzip" S=${WORKDIR} |