summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-04-24 10:52:37 +0100
committerSam James <sam@gentoo.org>2024-04-24 10:52:37 +0100
commitd8bd807142e55cb6d59a5ec293e29892a79422d3 (patch)
tree5c638807997b06ce7fe4f324ad694eabcb24fcc7
parentapp-misc/binwalk: Stabilize 2.4.0 x86, #930518 (diff)
downloadgentoo-d8bd807142e55cb6d59a5ec293e29892a79422d3.tar.gz
gentoo-d8bd807142e55cb6d59a5ec293e29892a79422d3.tar.bz2
gentoo-d8bd807142e55cb6d59a5ec293e29892a79422d3.zip
app-misc/fastfetch: Stabilize 2.8.10 arm64, #930544
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-misc/fastfetch/fastfetch-2.8.10.ebuild2
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 97a256518745..a1258e558ab6 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 )"