diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-07-16 07:58:07 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-07-16 07:58:07 +0000 |
commit | e699b1e88c17f89bfa4843258f49274765f55a3f (patch) | |
tree | 0cefea64330ac74f7c0821ad296a575b56433dfa /sys-apps/the_silver_searcher | |
parent | drop py2.6 pypy2_0 add py3.4 (diff) | |
download | gentoo-2-e699b1e88c17f89bfa4843258f49274765f55a3f.tar.gz gentoo-2-e699b1e88c17f89bfa4843258f49274765f55a3f.tar.bz2 gentoo-2-e699b1e88c17f89bfa4843258f49274765f55a3f.zip |
Add ~mips keyword wrt bug #517150
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
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.23.0.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 e8a7ccfa30af..a6fe16baebd8 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.39 2014/07/01 06:39:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/ChangeLog,v 1.40 2014/07/16 07:58:07 zlogene Exp $ + + 16 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> + the_silver_searcher-0.23.0.ebuild: + Add ~mips keyword wrt bug #517150 *the_silver_searcher-0.23.0 (01 Jul 2014) diff --git a/sys-apps/the_silver_searcher/the_silver_searcher-0.23.0.ebuild b/sys-apps/the_silver_searcher/the_silver_searcher-0.23.0.ebuild index 1cbd33ea36e6..e751e51dfb8f 100644 --- a/sys-apps/the_silver_searcher/the_silver_searcher-0.23.0.ebuild +++ b/sys-apps/the_silver_searcher/the_silver_searcher-0.23.0.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.23.0.ebuild,v 1.1 2014/07/01 06:39:14 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/the_silver_searcher/the_silver_searcher-0.23.0.ebuild,v 1.2 2014/07/16 07:58:07 zlogene 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 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="lzma zlib" RDEPEND="dev-libs/libpcre |