summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-05-17 04:54:32 +0100
committerSam James <sam@gentoo.org>2024-05-17 04:54:32 +0100
commit3d0ec23fb0ebc63a0499e68276cc19cc8504a72d (patch)
tree6a39b6d0a151ca82b36190c7bd6116f3cbcf363c
parentapp-misc/fastfetch: Stabilize 2.9.2 amd64, #931987 (diff)
downloadgentoo-3d0ec23fb0ebc63a0499e68276cc19cc8504a72d.tar.gz
gentoo-3d0ec23fb0ebc63a0499e68276cc19cc8504a72d.tar.bz2
gentoo-3d0ec23fb0ebc63a0499e68276cc19cc8504a72d.zip
app-misc/fastfetch: Stabilize 2.9.2 ppc64, #931987
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-misc/fastfetch/fastfetch-2.9.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.9.2.ebuild b/app-misc/fastfetch/fastfetch-2.9.2.ebuild
index 0f6d1dab6cdf..c4861ee1a0df 100644
--- a/app-misc/fastfetch/fastfetch-2.9.2.ebuild
+++ b/app-misc/fastfetch/fastfetch-2.9.2.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 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc ~x86"
fi
LICENSE="MIT nvidia-gpu? ( NVIDIA-NVLM )"