diff options
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.7.1.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 53b7ab7a5903..08dc2a803f34 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.13 2012/05/19 00:01:57 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.14 2012/06/19 19:48:14 ago Exp $ + + 19 Jun 2012; Agostino Sarubbo <ago@gentoo.org> + the_silver_searcher-0.7.1.ebuild: + Stable for amd64, wrt bug #422191 19 May 2012; Jeff Horelick <jdhore@gentoo.org> the_silver_searcher-0.7.1.ebuild: diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild index 0511184ee98e..489118107d94 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.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.7.1.ebuild,v 1.2 2012/05/19 00:01:57 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.7.1.ebuild,v 1.3 2012/06/19 19:48:14 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 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-libs/libpcre" |