diff options
author | Sam James <sam@gentoo.org> | 2024-07-07 12:07:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-07 12:07:33 +0100 |
commit | 1fbba2d93b34d867583b89c3c890a0ecdd49b75c (patch) | |
tree | f7301913e9b375434376520e499727786d4524d4 /app-misc | |
parent | profiles: fix make.defaults quoting, part 2 (diff) | |
download | gentoo-1fbba2d93b34d867583b89c3c890a0ecdd49b75c.tar.gz gentoo-1fbba2d93b34d867583b89c3c890a0ecdd49b75c.tar.bz2 gentoo-1fbba2d93b34d867583b89c3c890a0ecdd49b75c.zip |
app-misc/fastfetch: Stabilize 2.15.0 arm64, #935707
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.15.0.ebuild b/app-misc/fastfetch/fastfetch-2.15.0.ebuild index cc6244f3ef4c..b6b907b91a8d 100644 --- a/app-misc/fastfetch/fastfetch-2.15.0.ebuild +++ b/app-misc/fastfetch/fastfetch-2.15.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 )" |