diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-21 21:06:54 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-21 21:06:54 -0700 |
commit | 14e0d6b3b49bf95ce9d1a7c707f48488c8efc04f (patch) | |
tree | 0007b64c2140a2280355577d6c8f56c921b9e555 /app-shells/fzy | |
parent | app-shells/fzy: keyword 1.0-r1 for ~riscv (diff) | |
download | gentoo-14e0d6b3b49bf95ce9d1a7c707f48488c8efc04f.tar.gz gentoo-14e0d6b3b49bf95ce9d1a7c707f48488c8efc04f.tar.bz2 gentoo-14e0d6b3b49bf95ce9d1a7c707f48488c8efc04f.zip |
app-shells/fzy: sync live ebuild keywords
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells/fzy')
-rw-r--r-- | app-shells/fzy/fzy-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/fzy/fzy-9999.ebuild b/app-shells/fzy/fzy-9999.ebuild index 2079e70d413b..6d586f7f14ce 100644 --- a/app-shells/fzy/fzy-9999.ebuild +++ b/app-shells/fzy/fzy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/jhawthorn/fzy.git" else SRC_URI="https://github.com/jhawthorn/${PN}/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" fi DESCRIPTION="Fuzzy text selector (interactive grep) for console" |