diff options
Diffstat (limited to 'sys-apps/grep/grep-2.5.1-r8.ebuild')
-rw-r--r-- | sys-apps/grep/grep-2.5.1-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/grep/grep-2.5.1-r8.ebuild b/sys-apps/grep/grep-2.5.1-r8.ebuild index 38b7e521c5cf..fb1361f3aca9 100644 --- a/sys-apps/grep/grep-2.5.1-r8.ebuild +++ b/sys-apps/grep/grep-2.5.1-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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-r8.ebuild,v 1.7 2005/09/08 19:29:44 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r8.ebuild,v 1.8 2005/09/16 08:02:26 agriffis Exp $ inherit flag-o-matic eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="build nls pcre static" RDEPEND="" |