diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-02-09 22:15:07 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-02-09 22:15:07 +0000 |
commit | 232ad04223b1267e8115f51a6b257b627d3713b1 (patch) | |
tree | a2a731d1dfd3db30b46e1208ed74bc167dc07861 /app-text/agrep/agrep-2.04.ebuild | |
parent | stable x86; bug #165956 (diff) | |
download | gentoo-2-232ad04223b1267e8115f51a6b257b627d3713b1.tar.gz gentoo-2-232ad04223b1267e8115f51a6b257b627d3713b1.tar.bz2 gentoo-2-232ad04223b1267e8115f51a6b257b627d3713b1.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-text/agrep/agrep-2.04.ebuild')
-rw-r--r-- | app-text/agrep/agrep-2.04.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/agrep/agrep-2.04.ebuild b/app-text/agrep/agrep-2.04.ebuild index b489c7af0542..6431cc80e34a 100644 --- a/app-text/agrep/agrep-2.04.ebuild +++ b/app-text/agrep/agrep-2.04.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 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.16 2005/10/08 10:24:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/agrep/agrep-2.04.ebuild,v 1.17 2007/02/09 22:15:07 grobian 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="amd64 mips ppc ~ppc-macos ppc64 sparc x86" +KEYWORDS="amd64 mips ppc ppc64 sparc x86" IUSE="" DEPEND="virtual/libc" |