diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-28 12:20:10 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-28 12:20:10 +0000 |
commit | 9c2b18dd738aee60dceecbc29d90df7df366b49b (patch) | |
tree | 50efa74aa65c0fee6d6dc0aeeeac60f0203ae071 /sys-apps/the_silver_searcher | |
parent | Stable for amd64, wrt bug #411887 (diff) | |
download | gentoo-2-9c2b18dd738aee60dceecbc29d90df7df366b49b.tar.gz gentoo-2-9c2b18dd738aee60dceecbc29d90df7df366b49b.tar.bz2 gentoo-2-9c2b18dd738aee60dceecbc29d90df7df366b49b.zip |
Stable for amd64, wrt bug #413759
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/the_silver_searcher')
-rw-r--r-- | sys-apps/the_silver_searcher/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-0.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/the_silver_searcher/ChangeLog b/sys-apps/the_silver_searcher/ChangeLog index e091c7ef9cbe..1d08af49e1c1 100644 --- a/sys-apps/the_silver_searcher/ChangeLog +++ b/sys-apps/the_silver_searcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/the_silver_searcher # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.8 2012/04/27 17:40:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.9 2012/04/28 12:20:10 ago Exp $ + + 28 Apr 2012; Agostino Sarubbo <ago@gentoo.org> + the_silver_searcher-0.4.ebuild: + Stable for amd64, wrt bug #413759 27 Apr 2012; Jeff Horelick <jdhore@gentoo.org> the_silver_searcher-0.4.ebuild, the_silver_searcher-0.5.ebuild: diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.4.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.4.ebuild index cf253c284774..2f01c4ae206b 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.4.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.4.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/the_silver_searcher/the_silver_searcher-0.4.ebuild,v 1.2 2012/04/27 17:40:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.4.ebuild,v 1.3 2012/04/28 12:20:10 ago Exp $ EAPI=4 inherit autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://github/ggreer/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="dev-libs/libpcre" |