diff options
author | 2014-03-03 23:52:10 +0000 | |
---|---|---|
committer | 2014-03-03 23:52:10 +0000 | |
commit | c722941ba312cbc28c0cd73fda48a8d0f8b2221e (patch) | |
tree | e406d845c724ceee781fd1fe8c12db2457f291d3 /sys-apps | |
parent | Update patch, stdio.h needs to be included too. (diff) | |
download | gentoo-2-c722941ba312cbc28c0cd73fda48a8d0f8b2221e.tar.gz gentoo-2-c722941ba312cbc28c0cd73fda48a8d0f8b2221e.tar.bz2 gentoo-2-c722941ba312cbc28c0cd73fda48a8d0f8b2221e.zip |
amd64 stable, bug #495934
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/the_silver_searcher/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/the_silver_searcher/ChangeLog b/sys-apps/the_silver_searcher/ChangeLog index 2fb346524e30..aef9deee12c6 100644 --- a/sys-apps/the_silver_searcher/ChangeLog +++ b/sys-apps/the_silver_searcher/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/the_silver_searcher # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.33 2014/03/01 08:08:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.34 2014/03/03 23:52:10 pacho Exp $ + + 03 Mar 2014; Pacho Ramos <pacho@gentoo.org> the_silver_searcher-0.18.ebuild: + amd64 stable, bug #495934 *the_silver_searcher-0.19.2 (01 Mar 2014) diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild index 38e6db0a4519..9319d75cd972 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.18.ebuild,v 1.2 2014/02/24 01:47:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.18.ebuild,v 1.3 2014/03/03 23:52:10 pacho 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 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND="app-arch/xz-utils |