diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-14 21:38:41 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-08-14 21:38:41 +0000 |
commit | 7c960dd2534ea8d78f2785ca3c6f9ca98e9bfc5a (patch) | |
tree | 7f53779af2e1d196180a54cedbaacc3a0aef8a9a /games-simulation | |
parent | Fix quoting (diff) | |
download | gentoo-2-7c960dd2534ea8d78f2785ca3c6f9ca98e9bfc5a.tar.gz gentoo-2-7c960dd2534ea8d78f2785ca3c6f9ca98e9bfc5a.tar.bz2 gentoo-2-7c960dd2534ea8d78f2785ca3c6f9ca98e9bfc5a.zip |
dedicated server needs some media as well (bug #332675)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-1.0.3.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 79ad60d274b8..7a11734496df 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.97 2010/08/11 18:09:08 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.98 2010/08/14 21:38:41 mr_bones_ Exp $ + + 14 Aug 2010; Michael Sterrett <mr_bones_@gentoo.org> openttd-1.0.3.ebuild: + dedicated server needs some media as well (bug #332675) 11 Aug 2010; Joseph Jezak <josejx@gentoo.org> openttd-1.0.3.ebuild: Marked ppc/ppc64 stable for bug #330841. diff --git a/games-simulation/openttd/openttd-1.0.3.ebuild b/games-simulation/openttd/openttd-1.0.3.ebuild index 14d686eb2d26..e469e169d4be 100644 --- a/games-simulation/openttd/openttd-1.0.3.ebuild +++ b/games-simulation/openttd/openttd-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.0.3.ebuild,v 1.4 2010/08/11 18:09:08 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.0.3.ebuild,v 1.5 2010/08/14 21:38:41 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -36,13 +36,14 @@ DEPEND=" PDEPEND=" !dedicated? ( openmedia? ( - games-misc/opengfx - games-misc/opensfx games-misc/openmsx + games-misc/opensfx ) aplaymidi? ( media-sound/alsa-utils ) !aplaymidi? ( timidity? ( media-sound/timidity++ ) ) - )" + ) + openmedia? ( games-misc/opengfx ) + " src_configure() { # there is an allegro interface available as well as sdl, but |