diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-03-14 10:50:40 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-03-14 10:50:40 +0000 |
commit | dd5a94e3a8fb851d0284d2069c2072089d377b28 (patch) | |
tree | 7f7ee17d71d2f91fdb091f1bc24e4665585a988c /sys-apps/grep/grep-2.5.1a-r1.ebuild | |
parent | discouraged flag is implied by deprecated (diff) | |
download | historical-dd5a94e3a8fb851d0284d2069c2072089d377b28.tar.gz historical-dd5a94e3a8fb851d0284d2069c2072089d377b28.tar.bz2 historical-dd5a94e3a8fb851d0284d2069c2072089d377b28.zip |
stable on amd64; bug 170140
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'sys-apps/grep/grep-2.5.1a-r1.ebuild')
-rw-r--r-- | sys-apps/grep/grep-2.5.1a-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/grep/grep-2.5.1a-r1.ebuild b/sys-apps/grep/grep-2.5.1a-r1.ebuild index 5f8a0fd77241..3d4daf6e4083 100644 --- a/sys-apps/grep/grep-2.5.1a-r1.ebuild +++ b/sys-apps/grep/grep-2.5.1a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1a-r1.ebuild,v 1.7 2007/03/12 12:45:56 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1a-r1.ebuild,v 1.8 2007/03/14 10:50:40 blubb Exp $ inherit flag-o-matic eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="nls pcre static" RDEPEND="nls? ( virtual/libintl )" |