diff options
author | 2004-06-28 02:14:47 +0000 | |
---|---|---|
committer | 2004-06-28 02:14:47 +0000 | |
commit | 2f1524149f3eb929812ce9d8bffe058226281fa4 (patch) | |
tree | 8d5b853404e947a3c0f1970839bc81d7d2c8360e /app-text | |
parent | mips (diff) | |
download | historical-2f1524149f3eb929812ce9d8bffe058226281fa4.tar.gz historical-2f1524149f3eb929812ce9d8bffe058226281fa4.tar.bz2 historical-2f1524149f3eb929812ce9d8bffe058226281fa4.zip |
~mips
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/agrep/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/agrep/agrep-2.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/agrep/ChangeLog b/app-text/agrep/ChangeLog index 28019ade2f35..b76e0a574a46 100644 --- a/app-text/agrep/ChangeLog +++ b/app-text/agrep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/agrep # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/ChangeLog,v 1.6 2004/06/24 22:27:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/ChangeLog,v 1.7 2004/06/28 02:14:47 ciaranm Exp $ + + 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> agrep-2.04.ebuild: + Added ~mips 01 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> agrep-2.04.ebuild: fix depend diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild index 054c2a127d4e..19d93af4b7a3 100644 --- a/app-text/agrep/agrep-2.04.ebuild +++ b/app-text/agrep/agrep-2.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.6 2004/06/24 22:27:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/agrep-2.04.ebuild,v 1.7 2004/06/28 02:14:47 ciaranm 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" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.cs.arizona.edu/agrep/${P}.tar.Z" LICENSE="AGREP" SLOT="0" -KEYWORDS="x86 sparc ~amd64" +KEYWORDS="x86 sparc ~amd64 ~mips" IUSE="" DEPEND="virtual/glibc" |