diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-09 05:51:43 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-09 05:51:43 +0000 |
commit | 5cace717fe5efb6fcbddcefdb2a0ea11f37cc412 (patch) | |
tree | b8b70840731dc1792e8d5106105391cc5933df27 /games-strategy | |
parent | old (diff) | |
download | gentoo-2-5cace717fe5efb6fcbddcefdb2a0ea11f37cc412.tar.gz gentoo-2-5cace717fe5efb6fcbddcefdb2a0ea11f37cc412.tar.bz2 gentoo-2-5cace717fe5efb6fcbddcefdb2a0ea11f37cc412.zip |
tidy sound config (bug #303609)
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.1.11.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index 3c0394c4cd62..1e45191ff3e0 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/freeciv # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.97 2010/01/31 07:27:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.98 2010/02/09 05:51:43 mr_bones_ Exp $ + + 09 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org> + freeciv-2.1.11.ebuild: + tidy sound config (bug #303609) *freeciv-2.1.11 (31 Jan 2010) diff --git a/games-strategy/freeciv/freeciv-2.1.11.ebuild b/games-strategy/freeciv/freeciv-2.1.11.ebuild index 22831b0a9957..118cfa22ae5a 100644 --- a/games-strategy/freeciv/freeciv-2.1.11.ebuild +++ b/games-strategy/freeciv/freeciv-2.1.11.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-strategy/freeciv/freeciv-2.1.11.ebuild,v 1.3 2010/02/02 17:31:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.1.11.ebuild,v 1.4 2010/02/09 05:51:43 mr_bones_ Exp $ EAPI=2 inherit eutils gnome2-utils games @@ -32,8 +32,6 @@ RDEPEND="readline? ( sys-libs/readline ) ) ggz? ( dev-games/ggz-client-libs ) media-libs/libpng - media-libs/alsa-lib - media-libs/audiofile sdl? ( media-libs/sdl-mixer ) auth? ( virtual/mysql ) )" @@ -82,7 +80,6 @@ src_prepare() { } src_configure() { - local mysoundconf local myclient if use dedicated ; then @@ -104,8 +101,7 @@ src_configure() { $(use_with readline) \ $(use_enable sdl sdl-mixer) \ $(use_with ggz ggz-client) \ - --enable-client=${myclient} \ - ${mysoundconf} + --enable-client=${myclient} } src_install() { |