diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-01 16:01:41 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-01 16:01:41 +0000 |
commit | f2f727c6eae71164d9e9ea6224d82c0109f1083e (patch) | |
tree | 2bf393892a60bfe7983bc8bfa25afa827794d122 /sys-apps/grep | |
parent | Stable for HPPA (bug #391541). (diff) | |
download | gentoo-2-f2f727c6eae71164d9e9ea6224d82c0109f1083e.tar.gz gentoo-2-f2f727c6eae71164d9e9ea6224d82c0109f1083e.tar.bz2 gentoo-2-f2f727c6eae71164d9e9ea6224d82c0109f1083e.zip |
Marking grep-2.9 ppc for bug 398453
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog index 4eeb3a284852..afc20103de7f 100644 --- a/sys-apps/grep/ChangeLog +++ b/sys-apps/grep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/grep # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.105 2012/01/22 15:47:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.106 2012/02/01 16:01:41 ranger Exp $ + + 01 Feb 2012; Brent Baude <ranger@gentoo.org> grep-2.9.ebuild: + Marking grep-2.9 ppc for bug 398453 22 Jan 2012; Raúl Porcel <armin76@gentoo.org> grep-2.9.ebuild: alpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #398453 diff --git a/sys-apps/grep/grep-2.9.ebuild b/sys-apps/grep/grep-2.9.ebuild index 3ca291ad138a..b1ff6149e5a8 100644 --- a/sys-apps/grep/grep-2.9.ebuild +++ b/sys-apps/grep/grep-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.9.ebuild,v 1.6 2012/01/22 15:47:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.9.ebuild,v 1.7 2012/02/01 16:01:41 ranger Exp $ EAPI="3" @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="nls pcre" RDEPEND="nls? ( virtual/libintl ) |