diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-05-26 15:56:33 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-05-26 15:56:33 +0000 |
commit | 3403dca62b53223ee4041ad7f387cbc782e394f5 (patch) | |
tree | fe74f398b1e286eff4a539c2a6c3c8d1859ab7f2 /sys-apps/the_silver_searcher | |
parent | Stable for x86, wrt bug #470730 (diff) | |
download | gentoo-2-3403dca62b53223ee4041ad7f387cbc782e394f5.tar.gz gentoo-2-3403dca62b53223ee4041ad7f387cbc782e394f5.tar.bz2 gentoo-2-3403dca62b53223ee4041ad7f387cbc782e394f5.zip |
Stable for x86, wrt bug #470572
(Portage version: 2.1.12.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
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.14.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 6ac8e2f923da..35f949b55493 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.26 2013/05/23 17:16:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.27 2013/05/26 15:56:33 ago Exp $ + + 26 May 2013; Agostino Sarubbo <ago@gentoo.org> + the_silver_searcher-0.14.ebuild: + Stable for x86, wrt bug #470572 23 May 2013; Agostino Sarubbo <ago@gentoo.org> the_silver_searcher-0.14.ebuild: diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild index f823c93a15e4..d816b690c6fb 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild @@ -1,6 +1,6 @@ # 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.14.ebuild,v 1.3 2013/05/23 17:16:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.14.ebuild,v 1.4 2013/05/26 15:56:33 ago 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 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="dev-libs/libpcre" |