summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-05-15 17:03:17 +0000
committerUlrich Müller <ulm@gentoo.org>2014-05-15 17:03:17 +0000
commit759406b812ff0784bd5333f77d8e8bbba478f182 (patch)
tree75cb626386ba341e6eccceb2d292c27118c0c085 /games-strategy/freeciv
parentFix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sou... (diff)
downloadgentoo-2-759406b812ff0784bd5333f77d8e8bbba478f182.tar.gz
gentoo-2-759406b812ff0784bd5333f77d8e8bbba478f182.tar.bz2
gentoo-2-759406b812ff0784bd5333f77d8e8bbba478f182.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-strategy/freeciv')
-rw-r--r--games-strategy/freeciv/ChangeLog8
-rw-r--r--games-strategy/freeciv/freeciv-2.3.4.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog
index d67ab795d134..d79f0b60f0c6 100644
--- a/games-strategy/freeciv/ChangeLog
+++ b/games-strategy/freeciv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/freeciv
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.147 2013/06/18 05:43:24 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.148 2014/05/15 17:03:17 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> freeciv-2.3.4.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
18 Jun 2013; Michael Sterrett <mr_bones_@gentoo.org> -freeciv-2.3.3.ebuild:
old
diff --git a/games-strategy/freeciv/freeciv-2.3.4.ebuild b/games-strategy/freeciv/freeciv-2.3.4.ebuild
index a25872fab13d..846413719e9f 100644
--- a/games-strategy/freeciv/freeciv-2.3.4.ebuild
+++ b/games-strategy/freeciv/freeciv-2.3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.3.4.ebuild,v 1.4 2013/03/31 17:49:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.3.4.ebuild,v 1.5 2014/05/15 17:03:17 ulm Exp $
EAPI=5
inherit eutils gnome2-utils games-ggz games
@@ -28,7 +28,7 @@ RDEPEND="readline? ( sys-libs/readline )
media-libs/freetype:2
)
sound? (
- media-libs/libsdl[audio]
+ media-libs/libsdl[sound]
media-libs/sdl-mixer[vorbis]
)
ggz? ( games-board/ggz-gtk-client )