diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-04-21 03:00:00 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-04-21 03:00:00 +0000 |
commit | 50e11596ad54a912c6505e43037e321ae2facc26 (patch) | |
tree | 0ad7c813e8cdc58c75421c55b297c6e5c9246f8f | |
parent | Inital import (Manifest recommit) (diff) | |
download | gentoo-2-50e11596ad54a912c6505e43037e321ae2facc26.tar.gz gentoo-2-50e11596ad54a912c6505e43037e321ae2facc26.tar.bz2 gentoo-2-50e11596ad54a912c6505e43037e321ae2facc26.zip |
Added amd64 to KEYWORDS.
-rw-r--r-- | app-text/talkfilters/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/talkfilters/talkfilters-2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/talkfilters/ChangeLog b/app-text/talkfilters/ChangeLog index ea6b4f538287..a475d3b28482 100644 --- a/app-text/talkfilters/ChangeLog +++ b/app-text/talkfilters/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/talkfilters # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/ChangeLog,v 1.2 2004/04/09 14:41:25 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/ChangeLog,v 1.3 2004/04/21 03:00:00 absinthe Exp $ + + 20 Apr 2004; Dylan Carlson <absinthe@gentoo.org> talkfilters-2.1.ebuild: + added amd64 to KEYWORDS. 09 Apr 2004; David Holm <dholm@gentoo.org> talkfilters-2.1.ebuild: Added to ~ppc. diff --git a/app-text/talkfilters/talkfilters-2.1.ebuild b/app-text/talkfilters/talkfilters-2.1.ebuild index 9d2a30504bd2..80e160cb632a 100644 --- a/app-text/talkfilters/talkfilters-2.1.ebuild +++ b/app-text/talkfilters/talkfilters-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.4 2004/04/09 14:41:25 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/talkfilters/talkfilters-2.1.ebuild,v 1.5 2004/04/21 03:00:00 absinthe 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 ~ppc" +KEYWORDS="x86 ~ppc amd64" DEPEND="virtual/glibc sys-devel/flex" |