diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-08-04 15:06:59 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-08-04 15:06:59 +0000 |
commit | 0c132439ff12689c4d6bacadfd357dca00384166 (patch) | |
tree | 2ec86a32465e0c4f60578f43cc12ac00b394a044 /sys-apps/grep | |
parent | Cleanup. (diff) | |
download | gentoo-2-0c132439ff12689c4d6bacadfd357dca00384166.tar.gz gentoo-2-0c132439ff12689c4d6bacadfd357dca00384166.tar.bz2 gentoo-2-0c132439ff12689c4d6bacadfd357dca00384166.zip |
Stable for HPPA (bug #429694).
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog index 8343004349ee..101ea17cc34b 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.111 2012/08/04 13:58:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.112 2012/08/04 15:06:59 jer Exp $ + + 04 Aug 2012; Jeroen Roovers <jer@gentoo.org> grep-2.12.ebuild: + Stable for HPPA (bug #429694). 04 Aug 2012; Agostino Sarubbo <ago@gentoo.org> grep-2.12.ebuild: Stable for amd64, wrt bug #429694 diff --git a/sys-apps/grep/grep-2.12.ebuild b/sys-apps/grep/grep-2.12.ebuild index d0a652af397e..13c089058be3 100644 --- a/sys-apps/grep/grep-2.12.ebuild +++ b/sys-apps/grep/grep-2.12.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.12.ebuild,v 1.2 2012/08/04 13:58:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.12.ebuild,v 1.3 2012/08/04 15:06:59 jer 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 ) |