diff options
Diffstat (limited to 'games-strategy/warzone2100/warzone2100-3.1.0.ebuild')
-rw-r--r-- | games-strategy/warzone2100/warzone2100-3.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/warzone2100/warzone2100-3.1.0.ebuild b/games-strategy/warzone2100/warzone2100-3.1.0.ebuild index 9a8898042313..fb64cdab3729 100644 --- a/games-strategy/warzone2100/warzone2100-3.1.0.ebuild +++ b/games-strategy/warzone2100/warzone2100-3.1.0.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/warzone2100/warzone2100-3.1.0.ebuild,v 1.2 2013/03/02 21:22:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-3.1.0.ebuild,v 1.3 2013/07/21 11:09:52 ago Exp $ EAPI=5 inherit autotools eutils versionator gnome2-utils games @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/warzone2100/${P}.tar.xz LICENSE="GPL-2 CC-BY-SA-3.0 public-domain" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" # upstream requested debug support IUSE="debug nls qt4 videos" |