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: Thu, 22 Jul 2021 04:08:55
Message-Id: 1626926814.14e0d6b3b49bf95ce9d1a7c707f48488c8efc04f.gyakovlev@gentoo
1 commit: 14e0d6b3b49bf95ce9d1a7c707f48488c8efc04f
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 04:06:54 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 22 04:06:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e0d6b3
7
8 app-shells/fzy: sync live ebuild keywords
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-shells/fzy/fzy-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-shells/fzy/fzy-9999.ebuild b/app-shells/fzy/fzy-9999.ebuild
16 index 2079e70d413..6d586f7f14c 100644
17 --- a/app-shells/fzy/fzy-9999.ebuild
18 +++ b/app-shells/fzy/fzy-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
26 EGIT_REPO_URI="https://github.com/jhawthorn/fzy.git"
27 else
28 SRC_URI="https://github.com/jhawthorn/${PN}/releases/download/${PV}/${P}.tar.gz"
29 - KEYWORDS="amd64 ~arm ~arm64 x86"
30 + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
31 fi
32
33 DESCRIPTION="Fuzzy text selector (interactive grep) for console"