diff options
author | Sam James <sam@gentoo.org> | 2024-04-24 10:54:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-24 10:54:14 +0100 |
commit | b3e4ee748555e6b049bfb3be1ee54c22e02a795e (patch) | |
tree | dac0a904cdf199f40cf0ef11b68a3b2cbba57e97 /app-misc/fastfetch | |
parent | app-misc/fastfetch: Stabilize 2.8.10 arm64, #930544 (diff) | |
download | gentoo-b3e4ee748555e6b049bfb3be1ee54c22e02a795e.tar.gz gentoo-b3e4ee748555e6b049bfb3be1ee54c22e02a795e.tar.bz2 gentoo-b3e4ee748555e6b049bfb3be1ee54c22e02a795e.zip |
app-misc/fastfetch: Stabilize 2.8.10 ppc64, #930544
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/fastfetch')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.8.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.8.10.ebuild b/app-misc/fastfetch/fastfetch-2.8.10.ebuild index a1258e558ab6..077f0ba814c7 100644 --- a/app-misc/fastfetch/fastfetch-2.8.10.ebuild +++ b/app-misc/fastfetch/fastfetch-2.8.10.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 )" |