diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-09 19:47:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-09 19:47:08 +0000 |
commit | 2a29c991bfc8a20c7a7f5f1c29f63a7f3835ad7b (patch) | |
tree | 0a8928245172b1d48f76380951fed78ee5eba309 /sys-apps/the_silver_searcher | |
parent | Stable for x86, wrt bug #456324 (diff) | |
download | gentoo-2-2a29c991bfc8a20c7a7f5f1c29f63a7f3835ad7b.tar.gz gentoo-2-2a29c991bfc8a20c7a7f5f1c29f63a7f3835ad7b.tar.bz2 gentoo-2-2a29c991bfc8a20c7a7f5f1c29f63a7f3835ad7b.zip |
Stable for x86, wrt bug #456334
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-apps/the_silver_searcher')
-rw-r--r-- | sys-apps/the_silver_searcher/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/the_silver_searcher/ChangeLog b/sys-apps/the_silver_searcher/ChangeLog index e372365f1f30..8d2f9ab26688 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.21 2012/11/25 14:22:41 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.22 2013/02/09 19:47:08 ago Exp $ + + 09 Feb 2013; Agostino Sarubbo <ago@gentoo.org> + the_silver_searcher-0.13.1.ebuild: + Stable for x86, wrt bug #456334 *the_silver_searcher-0.13.1 (25 Nov 2012) diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild index 20d3c2348466..02b8aab0d846 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.13.1.ebuild,v 1.1 2012/11/25 14:22:41 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.13.1.ebuild,v 1.2 2013/02/09 19:47:08 ago Exp $ EAPI=5 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" |