diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-21 14:55:44 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-21 14:55:44 +0200 |
commit | c572888724277b482573406b9afa0794af606c65 (patch) | |
tree | 724e8d950735fa833b717fd9e16e3cada337a8ae /app-misc/fastfetch | |
parent | dev-util/cucumber-cucumber-expressions: Stabilize 17.1.0 amd64, #936424 (diff) | |
download | gentoo-c572888724277b482573406b9afa0794af606c65.tar.gz gentoo-c572888724277b482573406b9afa0794af606c65.tar.bz2 gentoo-c572888724277b482573406b9afa0794af606c65.zip |
app-misc/fastfetch: Stabilize 2.16.0 arm64, #936425
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-misc/fastfetch')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.16.0.ebuild b/app-misc/fastfetch/fastfetch-2.16.0.ebuild index cc6244f3ef4c..b6b907b91a8d 100644 --- a/app-misc/fastfetch/fastfetch-2.16.0.ebuild +++ b/app-misc/fastfetch/fastfetch-2.16.0.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 )" |