diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2008-08-21 13:34:46 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2008-08-21 13:34:46 +0000 |
commit | 70ad865e99320e4ce95f94c8905a81a4de885819 (patch) | |
tree | d013673b4da5a13a174ca4985b31307abdccf85f /games-strategy/xconq | |
parent | fix depends as per bug #221429 (diff) | |
download | gentoo-2-70ad865e99320e4ce95f94c8905a81a4de885819.tar.gz gentoo-2-70ad865e99320e4ce95f94c8905a81a4de885819.tar.bz2 gentoo-2-70ad865e99320e4ce95f94c8905a81a4de885819.zip |
keyworded ~arch for amd64, bug 234953
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-strategy/xconq')
-rw-r--r-- | games-strategy/xconq/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/xconq/xconq-7.4.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-strategy/xconq/ChangeLog b/games-strategy/xconq/ChangeLog index 8b1be226c632..f447b5bb449a 100644 --- a/games-strategy/xconq/ChangeLog +++ b/games-strategy/xconq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xconq -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.10 2007/06/11 16:42:06 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.11 2008/08/21 13:34:46 gentoofan23 Exp $ + + 21 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org> xconq-7.4.1.ebuild: + keyworded ~arch for amd64, bug 234953 11 Jun 2007; Tristan Heaven <nyhm@gentoo.org> xconq-7.4.1.ebuild: Don't use egamesinstall diff --git a/games-strategy/xconq/xconq-7.4.1.ebuild b/games-strategy/xconq/xconq-7.4.1.ebuild index 573831ea8ac2..678ebca19a1e 100644 --- a/games-strategy/xconq/xconq-7.4.1.ebuild +++ b/games-strategy/xconq/xconq-7.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.11 2007/06/11 16:42:06 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.12 2008/08/21 13:34:45 gentoofan23 Exp $ inherit eutils games @@ -10,7 +10,7 @@ SRC_URI="ftp://sources.redhat.com/pub/xconq/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" RESTRICT="test" |