diff options
Diffstat (limited to 'games-misc/wtf')
-rw-r--r-- | games-misc/wtf/ChangeLog | 7 | ||||
-rw-r--r-- | games-misc/wtf/Manifest | 4 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20021005.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/games-misc/wtf/ChangeLog b/games-misc/wtf/ChangeLog index cc5a57ac3c31..3527756f73b8 100644 --- a/games-misc/wtf/ChangeLog +++ b/games-misc/wtf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-misc/wtf -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.3 2003/11/10 02:43:34 mr_bones_ Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/ChangeLog,v 1.4 2004/01/06 02:33:05 avenj Exp $ + + 05 Jan 2004; Jon Portnoy <avenj@gentoo.org> wtf-20021005.ebuild : + AMD64 keywords. 09 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> wtf-20021005.ebuild: use games eclass; sed in unpack; more error checking/messages diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest index 7e3307b5d3c9..4f5672245a8a 100644 --- a/games-misc/wtf/Manifest +++ b/games-misc/wtf/Manifest @@ -1,4 +1,4 @@ -MD5 6548b59260700ee944837a5a5b069804 ChangeLog 608 -MD5 f3bdbd6427cda89621853c5b9a317e7c wtf-20021005.ebuild 831 +MD5 dacd55d2859541f0edaa4ff128d2037d ChangeLog 691 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 +MD5 93a891a4dfd6c887ae9d86722ac5fcd8 wtf-20021005.ebuild 834 MD5 a3ea3a3414ac4359a2d9ab44931f0179 files/digest-wtf-20021005 62 diff --git a/games-misc/wtf/wtf-20021005.ebuild b/games-misc/wtf/wtf-20021005.ebuild index b527c5b0535d..4fd1c502b76e 100644 --- a/games-misc/wtf/wtf-20021005.ebuild +++ b/games-misc/wtf/wtf-20021005.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20021005.ebuild,v 1.2 2003/11/10 02:43:34 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/wtf/wtf-20021005.ebuild,v 1.3 2004/01/06 02:33:05 avenj Exp $ inherit games @@ -10,7 +10,7 @@ SRC_URI="http://www.mu.org/~mux/wtf/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa" +KEYWORDS="x86 ppc sparc mips alpha arm hppa ~amd64" DEPEND=">=sys-apps/sed-4" RDEPEND="sys-apps/grep" |