diff options
author | 2004-09-09 12:51:54 +0000 | |
---|---|---|
committer | 2004-09-09 12:51:54 +0000 | |
commit | 0c2f1064d1dde46a90ba185480414ecc2a4046cb (patch) | |
tree | 084c7d60c77323a4b3eb4517587a64137c0704b4 /sys-apps/grep/grep-2.5.1-r6.ebuild | |
parent | java-pkg_do_write_: properly detect when variables are empty (diff) | |
download | gentoo-2-0c2f1064d1dde46a90ba185480414ecc2a4046cb.tar.gz gentoo-2-0c2f1064d1dde46a90ba185480414ecc2a4046cb.tar.bz2 gentoo-2-0c2f1064d1dde46a90ba185480414ecc2a4046cb.zip |
Stable on sparc
Diffstat (limited to 'sys-apps/grep/grep-2.5.1-r6.ebuild')
-rw-r--r-- | sys-apps/grep/grep-2.5.1-r6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/grep/grep-2.5.1-r6.ebuild b/sys-apps/grep/grep-2.5.1-r6.ebuild index ba2c6151e0db..af7b803b920b 100644 --- a/sys-apps/grep/grep-2.5.1-r6.ebuild +++ b/sys-apps/grep/grep-2.5.1-r6.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/sys-apps/grep/grep-2.5.1-r6.ebuild,v 1.3 2004/09/08 15:29:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r6.ebuild,v 1.4 2004/09/09 12:51:54 gustavoz Exp $ inherit gnuconfig flag-o-matic eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha arm hppa ~amd64 ia64 ~ppc64 ~s390" +KEYWORDS="x86 ~ppc sparc ~mips ~alpha arm hppa ~amd64 ia64 ~ppc64 ~s390" IUSE="build nls pcre static uclibc" RDEPEND="virtual/libc" |