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:54
Message-Id: 1626926799.0cb35dacff111bc44b2b20d1504d0cc3fb1fb99a.gyakovlev@gentoo
1 commit: 0cb35dacff111bc44b2b20d1504d0cc3fb1fb99a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 04:06:39 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 22 04:06:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb35dac
7
8 app-shells/fzy: keyword 1.0-r1 for ~riscv
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-shells/fzy/fzy-1.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-shells/fzy/fzy-1.0-r1.ebuild b/app-shells/fzy/fzy-1.0-r1.ebuild
16 index 51a641ab47f..2e74b46c1a8 100644
17 --- a/app-shells/fzy/fzy-1.0-r1.ebuild
18 +++ b/app-shells/fzy/fzy-1.0-r1.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=6
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 ppc64 x86"
30 + KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
31 fi
32
33 DESCRIPTION="Fuzzy text selector (interactive grep) for console"