diff options
author | 2012-11-21 11:17:53 +0000 | |
---|---|---|
committer | 2012-11-21 11:17:53 +0000 | |
commit | f91d30b6e8f2e2d2c58fa04cd4b15c88c1d4aeea (patch) | |
tree | 7810ca1854978098bfd683457035581524f04de2 /sys-apps | |
parent | Stable for x86, wrt bug #439122 (diff) | |
download | gentoo-2-f91d30b6e8f2e2d2c58fa04cd4b15c88c1d4aeea.tar.gz gentoo-2-f91d30b6e8f2e2d2c58fa04cd4b15c88c1d4aeea.tar.bz2 gentoo-2-f91d30b6e8f2e2d2c58fa04cd4b15c88c1d4aeea.zip |
Stable for x86, wrt bug #436692
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps')
-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 55bec37a4485..57b0a41230ce 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.120 2012/11/07 13:00:47 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.121 2012/11/21 11:17:53 ago Exp $ + + 21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> grep-2.14.ebuild: + Stable for x86, wrt bug #436692 07 Nov 2012; Anthony G. Basile <blueness@gentoo.org> grep-2.14.ebuild: stable arm ppc ppc64, bug #436692 diff --git a/sys-apps/grep/grep-2.14.ebuild b/sys-apps/grep/grep-2.14.ebuild index 70474482f48e..4ef7bc04b72e 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.4 2012/11/07 13:00:47 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.14.ebuild,v 1.5 2012/11/21 11:17:53 ago 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 ) |