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 /games-simulation/openttd/openttd-0.3.3.ebuild | |
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)
Diffstat (limited to 'games-simulation/openttd/openttd-0.3.3.ebuild')
-rw-r--r-- | games-simulation/openttd/openttd-0.3.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 |