diff options
author | 2024-03-14 05:49:42 +0000 | |
---|---|---|
committer | 2024-03-14 05:49:42 +0000 | |
commit | 9998f8c66e16969c5b0c79bb618f7d45334193bc (patch) | |
tree | 15202a996bcbfebf7456f24503a5dd4d91b14c7e /app-misc | |
parent | dev-ruby/http: update upstream metadata (diff) | |
download | gentoo-9998f8c66e16969c5b0c79bb618f7d45334193bc.tar.gz gentoo-9998f8c66e16969c5b0c79bb618f7d45334193bc.tar.bz2 gentoo-9998f8c66e16969c5b0c79bb618f7d45334193bc.zip |
app-misc/fastfetch: Stabilize 2.7.1 arm64, #926901
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.7.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.7.1.ebuild b/app-misc/fastfetch/fastfetch-2.7.1.ebuild index 1b1e344ef7b6..82431f2f04cb 100644 --- a/app-misc/fastfetch/fastfetch-2.7.1.ebuild +++ b/app-misc/fastfetch/fastfetch-2.7.1.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 ~x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" fi LICENSE="MIT nvidia-gpu? ( NVIDIA-NVLM )" |