Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fzy/
Date: Sat, 01 Dec 2018 02:13:10
Message-Id: 1543630280.b1f968e674125024ec3a089852ed07f3d3139d69.gyakovlev@gentoo
1 commit: b1f968e674125024ec3a089852ed07f3d3139d69
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 02:11:20 2018 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 02:11:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f968e6
7
8 app-shells/fzy: 1.0 stable on amd64 and x86
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 app-shells/fzy/fzy-1.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-shells/fzy/fzy-1.0.ebuild b/app-shells/fzy/fzy-1.0.ebuild
17 index ba77064dac0..5789831aab1 100644
18 --- a/app-shells/fzy/fzy-1.0.ebuild
19 +++ b/app-shells/fzy/fzy-1.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
27 EGIT_REPO_URI="https://github.com/jhawthorn/fzy.git"
28 else
29 SRC_URI="https://github.com/jhawthorn/${PN}/releases/download/${PV}/${P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="amd64 x86"
32 fi
33
34 DESCRIPTION="Fuzzy text selector (interactive grep) for console"