diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-07 13:00:47 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-07 13:00:47 +0000 |
commit | 81f4d169fa225a8cadb492d35cb864a9319912e3 (patch) | |
tree | 739d26db49deba0a20690dcf23be3a497cc8384b /sys-apps/grep | |
parent | Version bump - bug #441988 (diff) | |
download | gentoo-2-81f4d169fa225a8cadb492d35cb864a9319912e3.tar.gz gentoo-2-81f4d169fa225a8cadb492d35cb864a9319912e3.tar.bz2 gentoo-2-81f4d169fa225a8cadb492d35cb864a9319912e3.zip |
stable arm ppc ppc64, bug #436692
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog index 5421bf4b704a..55bec37a4485 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.119 2012/11/07 04:38:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.120 2012/11/07 13:00:47 blueness Exp $ + + 07 Nov 2012; Anthony G. Basile <blueness@gentoo.org> grep-2.14.ebuild: + stable arm ppc ppc64, bug #436692 07 Nov 2012; Jeroen Roovers <jer@gentoo.org> grep-2.14.ebuild: Stable for HPPA (bug #436692). diff --git a/sys-apps/grep/grep-2.14.ebuild b/sys-apps/grep/grep-2.14.ebuild index 32b7a860f6df..70474482f48e 100644 --- a/sys-apps/grep/grep-2.14.ebuild +++ b/sys-apps/grep/grep-2.14.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.14.ebuild,v 1.3 2012/11/07 04:38:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.14.ebuild,v 1.4 2012/11/07 13:00:47 blueness 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 ) |