commit: 493c7694d5fe9f80828a83dd98a628c642fc3766
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 19 00:10:47 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Dec 19 03:26:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493c7694
app-misc/fastfetch: Stabilize 2.55.1 ppc64, #967692
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
app-misc/fastfetch/fastfetch-2.55.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/fastfetch/fastfetch-2.55.1.ebuild
b/app-misc/fastfetch/fastfetch-2.55.1.ebuild
index cbaf517d5bdd..1e7fb0b2419d 100644
--- a/app-misc/fastfetch/fastfetch-2.55.1.ebuild
+++ b/app-misc/fastfetch/fastfetch-2.55.1.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
[[ "${EGIT_BRANCH}" == "" ]] && die "Please set a git branch"
else
SRC_URI="https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86"
fi
LICENSE="MIT"