summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-19 19:29:53 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-19 19:29:53 +0000
commit976a413b9deed603eb2dfa231bf21dd1e4bf4b6b (patch)
tree37956a5a58246c11978ae20564e5ad4e1e8b199d /app-text/talkfilters
parentAdding gcc3 patch. Closes #31480. (diff)
downloadgentoo-2-976a413b9deed603eb2dfa231bf21dd1e4bf4b6b.tar.gz
gentoo-2-976a413b9deed603eb2dfa231bf21dd1e4bf4b6b.tar.bz2
gentoo-2-976a413b9deed603eb2dfa231bf21dd1e4bf4b6b.zip
header fix
Diffstat (limited to 'app-text/talkfilters')
-rw-r--r--app-text/talkfilters/talkfilters-2.1.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/app-text/talkfilters/talkfilters-2.1.ebuild b/app-text/talkfilters/talkfilters-2.1.ebuild
index 8cd80132b688..348a9d796891 100644
--- a/app-text/talkfilters/talkfilters-2.1.ebuild
+++ b/app-text/talkfilters/talkfilters-2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/talkfilters-2.1.ebuild,v 1.1 2003/10/19 01:58:31 vapier Exp $
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/talkfilters-2.1.ebuild,v 1.2 2003/10/19 19:29:53 vapier Exp $
DESCRIPTION="convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect"
SRC_URI="http://www2.dystance.net:8080/software/talkfilters/${P}.tar.gz"
@@ -8,7 +8,7 @@ HOMEPAGE="http://www2.dystance.net:8080/software/talkfilters/"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
DEPEND="virtual/glibc
sys-devel/flex"
@@ -17,6 +17,3 @@ src_install () {
einstall || die
dodoc AUTHORS ChangeLog NEWS README
}
-
-
-