diff options
author | Alexander Færøy <eroyf@gentoo.org> | 2007-01-20 15:42:58 +0000 |
---|---|---|
committer | Alexander Færøy <eroyf@gentoo.org> | 2007-01-20 15:42:58 +0000 |
commit | a50f1bde69838ffd4d54242b5da872ffb5cf31f4 (patch) | |
tree | 2d2217115c85c79cc091926e14977c93e536a9c2 /sys-apps/grep | |
parent | bug 162120 (diff) | |
download | gentoo-2-a50f1bde69838ffd4d54242b5da872ffb5cf31f4.tar.gz gentoo-2-a50f1bde69838ffd4d54242b5da872ffb5cf31f4.tar.bz2 gentoo-2-a50f1bde69838ffd4d54242b5da872ffb5cf31f4.zip |
Stable on MIPS.
(Portage version: 2.1.2_rc3-r9)
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.5.1a-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog index ba62ddc0da07..2a8492a39850 100644 --- a/sys-apps/grep/ChangeLog +++ b/sys-apps/grep/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/grep -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.67 2006/10/17 11:24:47 uberlord Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.68 2007/01/20 15:42:58 eroyf Exp $ + + 20 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> + grep-2.5.1a-r1.ebuild: + Stable on MIPS. 17 Oct 2006; Roy Marples <uberlord@gentoo.org> grep-2.5.1a-r1.ebuild: Added ~sparc-fbsd keyword. diff --git a/sys-apps/grep/grep-2.5.1a-r1.ebuild b/sys-apps/grep/grep-2.5.1a-r1.ebuild index 64116c0eee1c..593723049dfb 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-2006 Gentoo Foundation +# 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.3 2006/10/17 11:24:47 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1a-r1.ebuild,v 1.4 2007/01/20 15:42:58 eroyf 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 ~ppc-macos ppc64 s390 sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="nls pcre static" RDEPEND="nls? ( virtual/libintl )" |