diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-10-17 03:32:25 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-10-17 03:32:25 +0000 |
commit | d440c41a76a5e11afd6a978abe50f31f45060a6a (patch) | |
tree | db6b3c85dcd0e22d099893d7bfedaa746ca02a7c /sys-apps/the_silver_searcher | |
parent | x86 stable wrt bug #435912 (diff) | |
download | gentoo-2-d440c41a76a5e11afd6a978abe50f31f45060a6a.tar.gz gentoo-2-d440c41a76a5e11afd6a978abe50f31f45060a6a.tar.bz2 gentoo-2-d440c41a76a5e11afd6a978abe50f31f45060a6a.zip |
x86 stable wrt bug #433355
(Portage version: 2.1.11.9/cvs/Linux i686)
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.8.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 d278dd353a8b..994a85c5f066 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.18 2012/10/10 18:44:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.19 2012/10/17 03:32:25 phajdan.jr Exp $ + + 17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + the_silver_searcher-0.8.ebuild: + x86 stable wrt bug #433355 10 Oct 2012; Agostino Sarubbo <ago@gentoo.org> the_silver_searcher-0.8.ebuild: diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.8.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.8.ebuild index 0ced0d61185e..02b0dbb0acb4 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.8.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.8.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.8.ebuild,v 1.2 2012/10/10 18:44:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.8.ebuild,v 1.3 2012/10/17 03:32:25 phajdan.jr 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" |