diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-07-17 09:17:22 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-07-17 09:17:22 +0000 |
commit | a8918025ad884c4fe37ca6a723c203676be7d369 (patch) | |
tree | ac0b90b92910e0d4b157bb4cf9a97bac163c9027 /games-action/atanks/atanks-4.6.ebuild | |
parent | Remove virtual/libstdc++ dependency on x86 as the binaries don't need it any ... (diff) | |
download | gentoo-2-a8918025ad884c4fe37ca6a723c203676be7d369.tar.gz gentoo-2-a8918025ad884c4fe37ca6a723c203676be7d369.tar.bz2 gentoo-2-a8918025ad884c4fe37ca6a723c203676be7d369.zip |
stable x86, bug 327343
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-action/atanks/atanks-4.6.ebuild')
-rw-r--r-- | games-action/atanks/atanks-4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/atanks/atanks-4.6.ebuild b/games-action/atanks/atanks-4.6.ebuild index c0df0ff1fd80..961b400aeca7 100644 --- a/games-action/atanks/atanks-4.6.ebuild +++ b/games-action/atanks/atanks-4.6.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-action/atanks/atanks-4.6.ebuild,v 1.2 2010/07/09 15:41:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/atanks/atanks-4.6.ebuild,v 1.3 2010/07/17 09:17:22 fauli Exp $ EAPI=2 inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/atanks/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="" DEPEND="media-libs/allegro[X]" |