app-shells/fzy: sync live ebuild
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 16 Jan 2019 08:27:51 +0000 (00:27 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Wed, 16 Jan 2019 08:27:51 +0000 (00:27 -0800)
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
app-shells/fzy/fzy-9999.ebuild

index f3986538cc793ae4594c27af3b568fdb57e19f3b..5ae58b36b8b6c4132a6622c0b65b8ad6856f65d3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -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 ~x86"
+       KEYWORDS="amd64 ~arm x86"
 fi
 
 DESCRIPTION="Fuzzy text selector (interactive grep) for console"