commit: f4dbd3adf8ab36c7b0b98c4ad1ed5b91dd923f29
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 6 20:30:37 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 6 20:30:37 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4dbd3ad
app-text/fzy: Stabilize 1.1 ppc64, #969704
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-text/fzy/fzy-1.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/fzy/fzy-1.1.ebuild b/app-text/fzy/fzy-1.1.ebuild
index 9e48977a2963..b6f67008ef7a 100644
--- a/app-text/fzy/fzy-1.1.ebuild
+++ b/app-text/fzy/fzy-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~riscv ~x86"
fi
DESCRIPTION="Fuzzy text selector (interactive grep) for console"