app-shells/fzy: 1.0 stable on amd64 and x86
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Sat, 1 Dec 2018 02:11:20 +0000 (18:11 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Sat, 1 Dec 2018 02:11:20 +0000 (18:11 -0800)
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
app-shells/fzy/fzy-1.0.ebuild

index ba77064dac0126b8633357b5b5778bfe860b09e9..5789831aab17d57cc8f1982339905c283196d0d5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 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 x86"
 fi
 
 DESCRIPTION="Fuzzy text selector (interactive grep) for console"