diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-09-22 11:49:11 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-09-22 11:49:11 +0000 |
commit | c4e08b400e6ae9ee8fd734543ccd6a5f80b32bd0 (patch) | |
tree | 359658bdda0a11b69737b1290c18ef1d75b09367 /games-strategy/savage-bin | |
parent | amd64 stable, bug #281400 (diff) | |
download | gentoo-2-c4e08b400e6ae9ee8fd734543ccd6a5f80b32bd0.tar.gz gentoo-2-c4e08b400e6ae9ee8fd734543ccd6a5f80b32bd0.tar.bz2 gentoo-2-c4e08b400e6ae9ee8fd734543ccd6a5f80b32bd0.zip |
Depend on app-arch/unzip for unpacking
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/savage-bin')
-rw-r--r-- | games-strategy/savage-bin/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/savage-bin/savage-bin-2.00e.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-strategy/savage-bin/ChangeLog b/games-strategy/savage-bin/ChangeLog index 2e5c67e99be3..ec6705ef31d7 100644 --- a/games-strategy/savage-bin/ChangeLog +++ b/games-strategy/savage-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/savage-bin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.9 2009/09/13 13:39:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/ChangeLog,v 1.10 2009/09/22 11:49:11 nyhm Exp $ + + 22 Sep 2009; Tristan Heaven <nyhm@gentoo.org> savage-bin-2.00e.ebuild: + Depend on app-arch/unzip for unpacking 13 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> savage-bin-2.00e.ebuild: diff --git a/games-strategy/savage-bin/savage-bin-2.00e.ebuild b/games-strategy/savage-bin/savage-bin-2.00e.ebuild index 678e682a5176..77de82fb3597 100644 --- a/games-strategy/savage-bin/savage-bin-2.00e.ebuild +++ b/games-strategy/savage-bin/savage-bin-2.00e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.8 2009/09/13 13:39:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/savage-bin/savage-bin-2.00e.ebuild,v 1.9 2009/09/22 11:49:11 nyhm Exp $ EAPI=2 inherit eutils games @@ -23,6 +23,7 @@ RDEPEND="virtual/opengl >=media-libs/freetype-2 || ( media-libs/jpeg-compat <media-libs/jpeg-7 ) ) amd64? ( app-emulation/emul-linux-x86-sdl )" +DEPEND="app-arch/unzip" S=${WORKDIR} |