diff options
author | Olivier Crête <tester@gentoo.org> | 2005-08-24 23:09:00 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-08-24 23:09:00 +0000 |
commit | 5e1b9edcf976a4b51e9e617d13773896502c1fdb (patch) | |
tree | 0cdce7843274449ba89f92ed0d8f1e19adb92989 /games-misc/wumpus | |
parent | Marked ~amd64, thanks to Erik Musick and Jim Laflin for testing (diff) | |
download | gentoo-2-5e1b9edcf976a4b51e9e617d13773896502c1fdb.tar.gz gentoo-2-5e1b9edcf976a4b51e9e617d13773896502c1fdb.tar.bz2 gentoo-2-5e1b9edcf976a4b51e9e617d13773896502c1fdb.zip |
Marked ~amd64, thanks to Erik Musick and darktama for testing
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-misc/wumpus')
-rw-r--r-- | games-misc/wumpus/ChangeLog | 5 | ||||
-rw-r--r-- | games-misc/wumpus/wumpus-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-misc/wumpus/ChangeLog b/games-misc/wumpus/ChangeLog index 43c1f7e53c1a..81648a1b1422 100644 --- a/games-misc/wumpus/ChangeLog +++ b/games-misc/wumpus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/wumpus # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/ChangeLog,v 1.8 2005/07/29 15:42:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/ChangeLog,v 1.9 2005/08/24 23:09:00 tester Exp $ + + 24 Aug 2005; Olivier Crête <tester@gentoo.org> wumpus-1.4.ebuild: + Marked ~amd64, thanks to Erik Musick and darktama for testing 29 Jul 2005; Michael Sterrett <mr_bones_@gentoo.org> wumpus-1.4.ebuild: fixup toolchain-funcs call for bug #100713; tidy diff --git a/games-misc/wumpus/wumpus-1.4.ebuild b/games-misc/wumpus/wumpus-1.4.ebuild index beb143b55482..8c9f271c54d7 100644 --- a/games-misc/wumpus/wumpus-1.4.ebuild +++ b/games-misc/wumpus/wumpus-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/wumpus-1.4.ebuild,v 1.10 2005/07/29 15:42:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/wumpus/wumpus-1.4.ebuild,v 1.11 2005/08/24 23:09:00 tester Exp $ inherit toolchain-funcs games @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-release-1-6/src/games/wump/wump. LICENSE="BSD" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" DEPEND="sys-apps/less" |