diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-09-15 17:03:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-09-15 17:04:22 +0200 |
commit | 25a533d11715bd4fd82bbd638260072772ea1645 (patch) | |
tree | 22401b1fc5bd82adea3fcd8c4b4e65ff8e7fec56 /app-misc/fastfetch | |
parent | dev-ruby/shoulda-matchers: Stabilize 4.5.1-r1 amd64, #939675 (diff) | |
download | gentoo-25a533d11715bd4fd82bbd638260072772ea1645.tar.gz gentoo-25a533d11715bd4fd82bbd638260072772ea1645.tar.bz2 gentoo-25a533d11715bd4fd82bbd638260072772ea1645.zip |
app-misc/fastfetch: Stabilize 2.21.3 arm64, #939678
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/fastfetch')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.21.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.21.3.ebuild b/app-misc/fastfetch/fastfetch-2.21.3.ebuild index 2609a6c86f16..bb38d44ef7d6 100644 --- a/app-misc/fastfetch/fastfetch-2.21.3.ebuild +++ b/app-misc/fastfetch/fastfetch-2.21.3.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 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" |