From: Georgy Yakovlev Date: Sun, 4 Aug 2019 08:39:54 +0000 (-0700) Subject: app-shells/fzy: keyword on ~ppc64 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a2377413a5839d39ada8202fa1a2112b7f2dac14;p=gentoo.git app-shells/fzy: keyword on ~ppc64 Package-Manager: Portage-2.3.70, Repoman-2.3.16 Signed-off-by: Georgy Yakovlev --- diff --git a/app-shells/fzy/fzy-1.0.ebuild b/app-shells/fzy/fzy-1.0.ebuild index 6b16195b960e..29f85a6e78c9 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 ~ppc64 x86" fi DESCRIPTION="Fuzzy text selector (interactive grep) for console"