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: 1626926854.f4aaf8d5b92870763537598643f3174c4c4bd3e1.gyakovlev@gentoo
1 commit: f4aaf8d5b92870763537598643f3174c4c4bd3e1
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 04:07:34 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 22 04:07:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4aaf8d5
7
8 app-shells/fzy: fix live ebuild keywords
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 app-shells/fzy/fzy-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-shells/fzy/fzy-9999.ebuild b/app-shells/fzy/fzy-9999.ebuild
16 index 6d586f7f14c..702455296c5 100644
17 --- a/app-shells/fzy/fzy-9999.ebuild
18 +++ b/app-shells/fzy/fzy-9999.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/jhawthorn/fzy.git"
21 else
22 SRC_URI="https://github.com/jhawthorn/${PN}/releases/download/${PV}/${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
25 fi
26
27 DESCRIPTION="Fuzzy text selector (interactive grep) for console"