diff options
author | Markus Meier <maekke@gentoo.org> | 2015-01-25 21:20:41 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-01-25 21:20:41 +0000 |
commit | 9d7516016027507720732de2f2d3383e8234fae7 (patch) | |
tree | a11b4a9512f35e1e587cf7ecc7f2dad92ed6c3a5 /sys-apps/grep | |
parent | arm stable, bug #537200 (diff) | |
download | gentoo-2-9d7516016027507720732de2f2d3383e8234fae7.tar.gz gentoo-2-9d7516016027507720732de2f2d3383e8234fae7.tar.bz2 gentoo-2-9d7516016027507720732de2f2d3383e8234fae7.zip |
arm stable, bug #537046
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.21-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog index 4eeef1311f94..6bf1eba2d9bc 100644 --- a/sys-apps/grep/ChangeLog +++ b/sys-apps/grep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/grep # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.154 2015/01/25 11:21:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.155 2015/01/25 21:20:41 maekke Exp $ + + 25 Jan 2015; Markus Meier <maekke@gentoo.org> grep-2.21-r1.ebuild: + arm stable, bug #537046 25 Jan 2015; Agostino Sarubbo <ago@gentoo.org> grep-2.21-r1.ebuild: Stable for alpha, wrt bug #537046 diff --git a/sys-apps/grep/grep-2.21-r1.ebuild b/sys-apps/grep/grep-2.21-r1.ebuild index 96006a9d10f0..0a3bbb79b90e 100644 --- a/sys-apps/grep/grep-2.21-r1.ebuild +++ b/sys-apps/grep/grep-2.21-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.21-r1.ebuild,v 1.5 2015/01/25 11:21:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.21-r1.ebuild,v 1.6 2015/01/25 21:20:41 maekke Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~arm64 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 ~arm64 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 static" LIB_DEPEND="pcre? ( >=dev-libs/libpcre-7.8-r1[static-libs(+)] )" |