diff options
Diffstat (limited to 'app-text/sgrep/sgrep-1.92a.ebuild')
-rw-r--r-- | app-text/sgrep/sgrep-1.92a.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/sgrep/sgrep-1.92a.ebuild b/app-text/sgrep/sgrep-1.92a.ebuild index 2b84146dde53..c6da7f36f52e 100644 --- a/app-text/sgrep/sgrep-1.92a.ebuild +++ b/app-text/sgrep/sgrep-1.92a.ebuild @@ -1,13 +1,13 @@ -# 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/sgrep/sgrep-1.92a.ebuild,v 1.4 2005/10/29 14:40:36 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgrep/sgrep-1.92a.ebuild,v 1.5 2007/06/20 12:07:37 angelos Exp $ DESCRIPTION="Structured grep: tool for searching and indexing text, SGML,XML and HTML files and filtering text streams using structural criteria." SRC_URI="ftp://ftp.cs.helsinki.fi/pub/Software/Local/Sgrep/${P}.tar.gz" HOMEPAGE="http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html" LICENSE="GPL-2" -KEYWORDS="~ppc ~ppc-macos ~x86" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" IUSE="" DEPEND="virtual/libc" |