diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-06-02 10:40:41 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-06-02 10:40:41 +0000 |
commit | 0268a0f7e33a6447ff77fd09e23845251f5ba111 (patch) | |
tree | 19dc1362456580edaa8639f525faa929bdb409a1 /games-simulation/openttd | |
parent | changed maintainer (media-optical instead me) (diff) | |
download | gentoo-2-0268a0f7e33a6447ff77fd09e23845251f5ba111.tar.gz gentoo-2-0268a0f7e33a6447ff77fd09e23845251f5ba111.tar.bz2 gentoo-2-0268a0f7e33a6447ff77fd09e23845251f5ba111.zip |
Add app-arch/unzip as dependency for scenarios-USE-flag; bug #132285.
(Portage version: 2.1_rc3-r4)
Diffstat (limited to 'games-simulation/openttd')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/openttd/metadata.xml | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.4.7.ebuild | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 751590dbc99a..12f291096039 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.19 2006/05/28 11:01:27 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.20 2006/06/02 10:40:41 pylon Exp $ + + 02 Jun 2006; Lars Weiler <pylon@gentoo.org> metadata.xml, + openttd-0.4.7.ebuild: + Add app-arch/unzip as dependency for scenarios-USE-flag; bug #132285. 28 May 2006; Lars Weiler <pylon@gentoo.org> openttd-0.4.7.ebuild: Stable on ppc and x86. diff --git a/games-simulation/openttd/metadata.xml b/games-simulation/openttd/metadata.xml index dcdc50e5418e..43ca7430bd2e 100644 --- a/games-simulation/openttd/metadata.xml +++ b/games-simulation/openttd/metadata.xml @@ -6,4 +6,9 @@ <email>dholm@gentoo.org</email> <name>David Holm</name> </maintainer> +<maintainer> + <email>pylon@gentoo.org</email> + <name>Lars Weiler</name> + <description>Backup for dholm</description> +</maintainer> </pkgmetadata> diff --git a/games-simulation/openttd/openttd-0.4.7.ebuild b/games-simulation/openttd/openttd-0.4.7.ebuild index edcbc03a54bb..e375b1df826f 100644 --- a/games-simulation/openttd/openttd-0.4.7.ebuild +++ b/games-simulation/openttd/openttd-0.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.4.7.ebuild,v 1.3 2006/05/28 11:01:27 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.4.7.ebuild,v 1.4 2006/06/02 10:40:41 pylon Exp $ inherit eutils games @@ -16,7 +16,8 @@ IUSE="debug png zlib timidity alsa dedicated scenarios" DEPEND="media-libs/libsdl png? ( media-libs/libpng ) - zlib? ( sys-libs/zlib )" + zlib? ( sys-libs/zlib ) + scenarios? ( app-arch/unzip )" RDEPEND="${DEPEND} !dedicated? ( timidity? ( media-sound/timidity++ ) |