diff options
author | Thomas Kahle <tomka@gentoo.org> | 2010-10-27 19:23:46 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2010-10-27 19:23:46 +0000 |
commit | 7c9422e8e77fe1285ea6ecd4ce43a5873bf4ca82 (patch) | |
tree | 06460e197d8e2b40e9fa3f07261616792cc7dd0a /games-strategy/freeciv | |
parent | Check CONFIG_AUDITSYSCALL for /proc/<pid>/sessionid wrt #342291. (diff) | |
download | gentoo-2-7c9422e8e77fe1285ea6ecd4ce43a5873bf4ca82.tar.gz gentoo-2-7c9422e8e77fe1285ea6ecd4ce43a5873bf4ca82.tar.bz2 gentoo-2-7c9422e8e77fe1285ea6ecd4ce43a5873bf4ca82.zip |
x86 stable per bug 341787
(Portage version: 2.1.9.22/cvs/Linux i686)
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index bcd39668c28c..72aa07a5eb28 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.121 2010/10/23 01:36:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.122 2010/10/27 19:23:46 tomka Exp $ + + 27 Oct 2010; Thomas Kahle <tomka@gentoo.org> freeciv-2.2.3.ebuild: + x86 stable per bug 341787 23 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> freeciv-2.2.1.ebuild, freeciv-2.2.2.ebuild, freeciv-2.2.3.ebuild: diff --git a/games-strategy/freeciv/freeciv-2.2.3.ebuild b/games-strategy/freeciv/freeciv-2.2.3.ebuild index e68a545d51cb..4d5d52b61cfa 100644 --- a/games-strategy/freeciv/freeciv-2.2.3.ebuild +++ b/games-strategy/freeciv/freeciv-2.2.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-strategy/freeciv/freeciv-2.2.3.ebuild,v 1.2 2010/10/23 01:36:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.2.3.ebuild,v 1.3 2010/10/27 19:23:46 tomka Exp $ EAPI=2 inherit eutils gnome2-utils games-ggz games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/freeciv/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~ppc64 ~x86" +KEYWORDS="~ppc ~ppc64 x86" IUSE="auth dedicated ggz gtk ipv6 nls readline sdl +sound" RDEPEND="readline? ( sys-libs/readline ) |