diff options
author | Tim Harder <radhermit@gentoo.org> | 2015-03-21 06:47:28 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2015-03-21 06:47:28 +0000 |
commit | 691f90e55bc2a5c79b1ebabc760050cbd99df4e6 (patch) | |
tree | 5d3f138b0cea490b85f7974ffc02bc23c9348f0a /sys-apps | |
parent | Remove old. (diff) | |
download | gentoo-2-691f90e55bc2a5c79b1ebabc760050cbd99df4e6.tar.gz gentoo-2-691f90e55bc2a5c79b1ebabc760050cbd99df4e6.tar.bz2 gentoo-2-691f90e55bc2a5c79b1ebabc760050cbd99df4e6.zip |
Stabilize for amd64 and x86.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/the_silver_searcher/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-0.29.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 25d9edc629ea..12e88cdcdbc9 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-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.48 2015/02/15 02:43:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.49 2015/03/21 06:47:28 radhermit Exp $ + + 21 Mar 2015; Tim Harder <radhermit@gentoo.org> + the_silver_searcher-0.29.1.ebuild: + Stabilize for amd64 and x86. *the_silver_searcher-0.29.1 (15 Feb 2015) diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.29.1.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.29.1.ebuild index 8d8f524778dc..b7fd3143d096 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.29.1.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.29.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.29.1.ebuild,v 1.1 2015/02/15 02:43:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.29.1.ebuild,v 1.2 2015/03/21 06:47:28 radhermit Exp $ EAPI=5 inherit autotools bash-completion-r1 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ggreer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="lzma zlib" RDEPEND="dev-libs/libpcre |