diff options
author | 2008-01-11 21:41:14 +0000 | |
---|---|---|
committer | 2008-01-11 21:41:14 +0000 | |
commit | e14ade37dde0c9fb078d49276eabdb12ac85b0eb (patch) | |
tree | ccf42e0f7eb9ab1e683d693fad186660e989a333 /app-text/sgrep/sgrep-1.92a.ebuild | |
parent | commit from the past: dropped ppc-macos ldflags bogus (diff) | |
download | historical-e14ade37dde0c9fb078d49276eabdb12ac85b0eb.tar.gz historical-e14ade37dde0c9fb078d49276eabdb12ac85b0eb.tar.bz2 historical-e14ade37dde0c9fb078d49276eabdb12ac85b0eb.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
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 c6da7f36f52e..520a37d0d799 100644 --- a/app-text/sgrep/sgrep-1.92a.ebuild +++ b/app-text/sgrep/sgrep-1.92a.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.5 2007/06/20 12:07:37 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgrep/sgrep-1.92a.ebuild,v 1.6 2008/01/11 21:41:14 grobian 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="~amd64 ~ppc ~ppc-macos ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/libc" |