diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-12-08 02:50:46 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-12-08 02:50:46 +0000 |
commit | 49cc4d83248a5ff58ec0209d4653ba66b06c8600 (patch) | |
tree | 1ffb5400ddce50891963307e2efcd6b51167dd73 /games-strategy | |
parent | Removing wltjr as a maintainer since he was retired. (diff) | |
download | gentoo-2-49cc4d83248a5ff58ec0209d4653ba66b06c8600.tar.gz gentoo-2-49cc4d83248a5ff58ec0209d4653ba66b06c8600.tar.bz2 gentoo-2-49cc4d83248a5ff58ec0209d4653ba66b06c8600.zip |
add ~amd64 kw, bug #237398
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.7 x86_64)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/defcon-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/defcon-demo/defcon-demo-1.42.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-strategy/defcon-demo/ChangeLog b/games-strategy/defcon-demo/ChangeLog index 20332a03dad4..755e926907e8 100644 --- a/games-strategy/defcon-demo/ChangeLog +++ b/games-strategy/defcon-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/defcon-demo # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v 1.1 2008/09/10 17:29:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/ChangeLog,v 1.2 2008/12/08 02:50:46 darkside Exp $ + + 08 Dec 2008; Jeremy Olexa <darkside@gentoo.org> defcon-demo-1.42.ebuild: + add ~amd64 kw, bug #237398 *defcon-demo-1.42 (10 Sep 2008) diff --git a/games-strategy/defcon-demo/defcon-demo-1.42.ebuild b/games-strategy/defcon-demo/defcon-demo-1.42.ebuild index 80aa6bef85c7..8fe9ea578b5c 100644 --- a/games-strategy/defcon-demo/defcon-demo-1.42.ebuild +++ b/games-strategy/defcon-demo/defcon-demo-1.42.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.42.ebuild,v 1.1 2008/09/10 17:29:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/defcon-demo/defcon-demo-1.42.ebuild,v 1.2 2008/12/08 02:50:46 darkside Exp $ EAPI=1 inherit eutils toolchain-funcs games @@ -15,7 +15,7 @@ SRC_URI="http://download.introversion.co.uk/defcon/linux/${MY_P}.tar.gz" LICENSE="defcon" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="+system-libs" RESTRICT="strip" |