diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-20 12:07:37 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-20 12:07:37 +0000 |
commit | b398b46e90d43c4293c6a2958d178605e02b6708 (patch) | |
tree | b9536b70b8bf4a7d356d5628e43fad0a503f039d /app-text/sgrep/sgrep-1.92a.ebuild | |
parent | Add checks for opengl, dbus (diff) | |
download | gentoo-2-b398b46e90d43c4293c6a2958d178605e02b6708.tar.gz gentoo-2-b398b46e90d43c4293c6a2958d178605e02b6708.tar.bz2 gentoo-2-b398b46e90d43c4293c6a2958d178605e02b6708.zip |
Added ~amd64 wrt bug 182659
(Portage version: 2.1.3_rc4)
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" |