diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2013-03-31 16:16:02 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2013-03-31 16:16:02 +0000 |
commit | 3267be51973c2c695d8a2b40cd296384a5124400 (patch) | |
tree | 3d32d6ade4e186982d281a23d6cc357bbffe2665 /games-strategy | |
parent | bump, taken from vdr-devel overlay (diff) | |
download | gentoo-2-3267be51973c2c695d8a2b40cd296384a5124400.tar.gz gentoo-2-3267be51973c2c695d8a2b40cd296384a5124400.tar.bz2 gentoo-2-3267be51973c2c695d8a2b40cd296384a5124400.zip |
marked x86 per bug 463568
(Portage version: 2.2.0_alpha170/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-2.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index ad17f65aa6a2..f8e2967572c9 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,9 @@ # 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.144 2013/03/10 08:20:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.145 2013/03/31 16:16:02 jdhore Exp $ + + 31 Mar 2013; Jeff Horelick <jdhore@gentoo.org> freeciv-2.3.4.ebuild: + marked x86 per bug 463568 10 Mar 2013; Michael Sterrett <mr_bones_@gentoo.org> freeciv-2.3.3.ebuild, freeciv-2.3.4.ebuild: diff --git a/games-strategy/freeciv/freeciv-2.3.4.ebuild b/games-strategy/freeciv/freeciv-2.3.4.ebuild index d1ad229dd352..fe4732488729 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 # 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.2 2013/03/10 08:20:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-2.3.4.ebuild,v 1.3 2013/03/31 16:16:02 jdhore Exp $ EAPI=5 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="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="auth dedicated ggz +gtk ipv6 nls readline sdl +sound" REQUIRED_USE="!dedicated? ( || ( gtk sdl ) )" |