diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-23 22:38:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-23 22:38:41 +0000 |
commit | 75988abbc9b9c47e08c426b549bbcc05a19e46a0 (patch) | |
tree | d32c7ff153b94ad6bff2a44ae7d2ce40512a83c8 | |
parent | Moved device node creation to src_install() so that we can get the device nod... (diff) | |
download | gentoo-2-75988abbc9b9c47e08c426b549bbcc05a19e46a0.tar.gz gentoo-2-75988abbc9b9c47e08c426b549bbcc05a19e46a0.tar.bz2 gentoo-2-75988abbc9b9c47e08c426b549bbcc05a19e46a0.zip |
need unzip if we're planning to unzip anything (bug #58036)
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.3.3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index e735de797813..c55a11783270 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.4 2004/07/17 19:31:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.5 2004/07/23 22:38:40 mr_bones_ Exp $ + + 23 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> openttd-0.3.3.ebuild: + need unzip if we're planning to unzip anything (bug #58036) *openttd-0.3.3 (17 Jul 2004) diff --git a/games-simulation/openttd/openttd-0.3.3.ebuild b/games-simulation/openttd/openttd-0.3.3.ebuild index 6142dbaad178..37a889de734b 100644 --- a/games-simulation/openttd/openttd-0.3.3.ebuild +++ b/games-simulation/openttd/openttd-0.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.3.3.ebuild,v 1.1 2004/07/17 19:31:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.3.3.ebuild,v 1.2 2004/07/23 22:38:41 mr_bones_ Exp $ inherit games @@ -20,6 +20,8 @@ DEPEND="virtual/libc zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND} media-sound/timidity++" +DEPEND="${DEPEND} + app-arch/unzip" src_unpack() { unpack ${P}.tar.bz2 |