diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:01:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-15 17:01:14 +0000 |
commit | 1ac8fb83c7e3fbe721dd933d5552ed1786c3a973 (patch) | |
tree | fae88470623b627e5173d405ec2a99cafc7e756c /games-simulation | |
parent | Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff) | |
download | gentoo-2-1ac8fb83c7e3fbe721dd933d5552ed1786c3a973.tar.gz gentoo-2-1ac8fb83c7e3fbe721dd933d5552ed1786c3a973.tar.bz2 gentoo-2-1ac8fb83c7e3fbe721dd933d5552ed1786c3a973.zip |
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/openttd/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/openttd/openttd-1.3.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-simulation/openttd/ChangeLog b/games-simulation/openttd/ChangeLog index 7c7d4336494e..a5a5ed85ae0e 100644 --- a/games-simulation/openttd/ChangeLog +++ b/games-simulation/openttd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/openttd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.146 2014/01/05 14:31:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.147 2014/05/15 17:01:14 ulm Exp $ + + 15 May 2014; Ulrich Müller <ulm@gentoo.org> openttd-1.3.3.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 05 Jan 2014; Michael Sterrett <mr_bones_@gentoo.org> -files/openttd-1.2.3-cflags.patch, -openttd-1.2.3-r1.ebuild, diff --git a/games-simulation/openttd/openttd-1.3.3.ebuild b/games-simulation/openttd/openttd-1.3.3.ebuild index 5b421e1d7102..3dd72615bb83 100644 --- a/games-simulation/openttd/openttd-1.3.3.ebuild +++ b/games-simulation/openttd/openttd-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild,v 1.4 2014/01/05 10:46:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.3.3.ebuild,v 1.5 2014/05/15 17:01:14 ulm Exp $ EAPI=5 inherit eutils gnome2-utils games @@ -16,7 +16,7 @@ IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png +timidity +truetyp RESTRICT="test" # needs a graphics set in order to test DEPEND="!dedicated? ( - media-libs/libsdl[audio,X,video] + media-libs/libsdl[sound,X,video] icu? ( dev-libs/icu:= ) truetype? ( media-libs/fontconfig |