From: Georgy Yakovlev Date: Sat, 11 May 2019 07:09:51 +0000 (-0700) Subject: app-shells/fzy: arm64 stable X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5005955d2af587c4af5dbe426e62277483f871da;p=gentoo.git app-shells/fzy: arm64 stable Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev --- diff --git a/app-shells/fzy/fzy-1.0.ebuild b/app-shells/fzy/fzy-1.0.ebuild index a3c83e613fea..bfe560e83adf 100644 --- a/app-shells/fzy/fzy-1.0.ebuild +++ b/app-shells/fzy/fzy-1.0.ebuild @@ -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 x86" fi DESCRIPTION="Fuzzy text selector (interactive grep) for console"