diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-21 10:20:17 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-21 10:20:17 +0000 |
commit | a43960c4237e101415cecf5234c8ec4b58e763d8 (patch) | |
tree | 63131fa8cb630e1344b35108444b9d94dfdfd222 /sys-apps/grep | |
parent | Stable for x86, wrt bug #534608 (diff) | |
download | gentoo-2-a43960c4237e101415cecf5234c8ec4b58e763d8.tar.gz gentoo-2-a43960c4237e101415cecf5234c8ec4b58e763d8.tar.bz2 gentoo-2-a43960c4237e101415cecf5234c8ec4b58e763d8.zip |
Stable for x86, wrt bug #537046
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
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 276b6b7b92dd..4c62a63d7f04 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.152 2015/01/21 10:19:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.153 2015/01/21 10:20:17 ago Exp $ + + 21 Jan 2015; Agostino Sarubbo <ago@gentoo.org> grep-2.21-r1.ebuild: + Stable for x86, wrt bug #537046 21 Jan 2015; Agostino Sarubbo <ago@gentoo.org> grep-2.21-r1.ebuild: Stable for amd64, wrt bug #537046 diff --git a/sys-apps/grep/grep-2.21-r1.ebuild b/sys-apps/grep/grep-2.21-r1.ebuild index 12825e7742d6..ed62d34d6c84 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.3 2015/01/21 10:19:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.21-r1.ebuild,v 1.4 2015/01/21 10:20:17 ago 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(+)] )" |