diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-13 15:49:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-04-13 15:49:21 +0000 |
commit | c1b44557890db48fc31e45cc1bd868fe5a048af4 (patch) | |
tree | 801431edf4c90cdb918d188cb28c20a492496088 /games-strategy | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-c1b44557890db48fc31e45cc1bd868fe5a048af4.tar.gz gentoo-2-c1b44557890db48fc31e45cc1bd868fe5a048af4.tar.bz2 gentoo-2-c1b44557890db48fc31e45cc1bd868fe5a048af4.zip |
fix deps for auth support (bug #315005)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index df003e821984..a706ecd67e7a 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,9 @@ # 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.101 2010/03/05 20:23:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.102 2010/04/13 15:49:21 mr_bones_ Exp $ + + 13 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> freeciv-2.2.0.ebuild: + fix deps for auth support (bug #315005) 05 Mar 2010; Michael Sterrett <mr_bones_@gentoo.org> freeciv-2.2.0.ebuild, metadata.xml: diff --git a/games-strategy/freeciv/freeciv-2.2.0.ebuild b/games-strategy/freeciv/freeciv-2.2.0.ebuild index dc06a8f6adc2..b76b46c74197 100644 --- a/games-strategy/freeciv/freeciv-2.2.0.ebuild +++ b/games-strategy/freeciv/freeciv-2.2.0.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.2.0.ebuild,v 1.3 2010/03/05 20:23:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.0.ebuild,v 1.4 2010/04/13 15:49:21 mr_bones_ Exp $ EAPI=2 inherit eutils gnome2-utils games @@ -17,6 +17,7 @@ IUSE="auth dedicated ggz gtk ipv6 nls readline sdl +sound" RDEPEND="readline? ( sys-libs/readline ) sys-libs/zlib app-arch/bzip2 + auth? ( virtual/mysql ) !dedicated? ( nls? ( virtual/libintl ) gtk? ( x11-libs/gtk+:2 ) @@ -32,7 +33,6 @@ RDEPEND="readline? ( sys-libs/readline ) ) ggz? ( dev-games/ggz-client-libs ) media-libs/libpng - auth? ( virtual/mysql ) )" DEPEND="${RDEPEND} dev-util/pkgconfig |