diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-18 18:39:38 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-18 18:39:38 +0000 |
commit | cf448ee10721fdd9a7cf06cca6dd0860bcd6e6fa (patch) | |
tree | 0ef77be3f6f38941365e7313a5128b40254e90a9 /sys-apps/grep | |
parent | Stable on ppc. (diff) | |
download | historical-cf448ee10721fdd9a7cf06cca6dd0860bcd6e6fa.tar.gz historical-cf448ee10721fdd9a7cf06cca6dd0860bcd6e6fa.tar.bz2 historical-cf448ee10721fdd9a7cf06cca6dd0860bcd6e6fa.zip |
Stable on ppc.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.5.1-r8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog index fb21aff4ef3c..b7aee2371a80 100644 --- a/sys-apps/grep/ChangeLog +++ b/sys-apps/grep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/grep # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.48 2005/08/16 13:13:17 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.49 2005/08/18 18:39:38 hansmi Exp $ + + 18 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> grep-2.5.1-r8.ebuild: + Stable on ppc. 16 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> grep-2.5.1-r8.ebuild: Stable on sparc diff --git a/sys-apps/grep/grep-2.5.1-r8.ebuild b/sys-apps/grep/grep-2.5.1-r8.ebuild index cefeb06f6222..abab9c6d4919 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.4 2005/08/16 13:13:17 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r8.ebuild,v 1.5 2005/08/18 18:39:38 hansmi 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="" |