commit: b121896ece4dccfc98f7822d42719175838f0ab7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 10:32:55 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 10:32:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b121896e
app-misc/fastfetch: Stabilize 2.33.0 ppc64, #948849
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/fastfetch/fastfetch-2.33.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/fastfetch/fastfetch-2.33.0.ebuild
b/app-misc/fastfetch/fastfetch-2.33.0.ebuild
index 3a36d05b4aad..8be2665c2231 100644
--- a/app-misc/fastfetch/fastfetch-2.33.0.ebuild
+++ b/app-misc/fastfetch/fastfetch-2.33.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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"