summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-05-06 18:50:20 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-05-06 18:50:20 +0000
commitf01f4d3a593b1b084ae12342077641d31b22fa80 (patch)
tree9fc642b2ae293c9ce96daeb4808c2e67e0523ab3 /app-text/agrep
parentadd shortcut irt #50103 (Manifest recommit) (diff)
downloadgentoo-2-f01f4d3a593b1b084ae12342077641d31b22fa80.tar.gz
gentoo-2-f01f4d3a593b1b084ae12342077641d31b22fa80.tar.bz2
gentoo-2-f01f4d3a593b1b084ae12342077641d31b22fa80.zip
~amd64
Diffstat (limited to 'app-text/agrep')
-rw-r--r--app-text/agrep/ChangeLog5
-rw-r--r--app-text/agrep/agrep-2.04.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/agrep/ChangeLog b/app-text/agrep/ChangeLog
index e9ccc2ddb4e7..3223f7e1c80b 100644
--- a/app-text/agrep/ChangeLog
+++ b/app-text/agrep/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/agrep
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/ChangeLog,v 1.3 2004/01/31 17:00:17 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/ChangeLog,v 1.4 2004/05/06 18:50:20 kugelfang Exp $
+
+ 06 May 2004; Danny van Dyk <kugelfang@gentoo.org> agrep-2.04.ebuild:
+ Marked ~amd64.
31 Jan 2004; Ciaran McCreesh <ciaranm@gentoo.org> agrep-2.04.ebuild:
Added sparc keyword
diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild
index 83a0c908d331..b559b87dd771 100644
--- a/app-text/agrep/agrep-2.04.ebuild
+++ b/app-text/agrep/agrep-2.04.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/agrep-2.04.ebuild,v 1.3 2004/01/31 17:00:17 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/agrep-2.04.ebuild,v 1.4 2004/05/06 18:50:20 kugelfang Exp $
DESCRIPTION="agrep is a tool for the fast searching of text allowing for errors in the search pattern."
HOMEPAGE="ftp://ftp.cs.arizona.edu/agrep/README"
SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z"
LICENSE="AGREP"
SLOT="0"
-KEYWORDS="x86 sparc"
+KEYWORDS="x86 sparc ~amd64"
IUSE=""
DEPEND="virtual/glibc"
RDEPEND="${DEPEND}"