diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-06-02 10:46:21 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-06-02 10:46:21 +0000 |
commit | 0b98a1d2353874bfa5e4418513b50890e48272ef (patch) | |
tree | 9dd24834b5fd9233fa438bcd031189c9d8fafc8c /games-simulation | |
parent | Add app-arch/unzip as dependency for scenarios-USE-flag; bug #132285. (diff) | |
download | gentoo-2-0b98a1d2353874bfa5e4418513b50890e48272ef.tar.gz gentoo-2-0b98a1d2353874bfa5e4418513b50890e48272ef.tar.bz2 gentoo-2-0b98a1d2353874bfa5e4418513b50890e48272ef.zip |
Only depend on media-libs/libsdl when no dedicated server is built; bug #131704.
(Portage version: 2.1_rc3-r4)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-0.4.7.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 12f291096039..6c6b96909f51 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.20 2006/06/02 10:40:41 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.21 2006/06/02 10:46:21 pylon Exp $ + + 02 Jun 2006; Lars Weiler <pylon@gentoo.org> openttd-0.4.7.ebuild: + Only depend on media-libs/libsdl when no dedicated server is built; bug + #131704. 02 Jun 2006; Lars Weiler <pylon@gentoo.org> metadata.xml, openttd-0.4.7.ebuild: diff --git a/games-simulation/openttd/openttd-0.4.7.ebuild b/games-simulation/openttd/openttd-0.4.7.ebuild index e375b1df826f..629e9275ff66 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.4 2006/06/02 10:40:41 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.4.7.ebuild,v 1.5 2006/06/02 10:46:21 pylon Exp $ inherit eutils games @@ -14,10 +14,10 @@ SLOT="0" KEYWORDS="~amd64 ppc x86" IUSE="debug png zlib timidity alsa dedicated scenarios" -DEPEND="media-libs/libsdl +DEPEND="!dedicated? ( media-libs/libsdl ) png? ( media-libs/libpng ) - zlib? ( sys-libs/zlib ) - scenarios? ( app-arch/unzip )" + scenarios? ( app-arch/unzip ) + zlib? ( sys-libs/zlib )" RDEPEND="${DEPEND} !dedicated? ( timidity? ( media-sound/timidity++ ) |