diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-10 11:03:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-10 11:03:51 +0200 |
commit | fc4cce35ffd828accbd283e8f681cc591e002065 (patch) | |
tree | 0ab0466d472c5380d3575397299c5d90dce1437d | |
parent | dev-python/selenium: Stabilize 4.23.1 amd64, #937686 (diff) | |
download | gentoo-fc4cce35ffd828accbd283e8f681cc591e002065.tar.gz gentoo-fc4cce35ffd828accbd283e8f681cc591e002065.tar.bz2 gentoo-fc4cce35ffd828accbd283e8f681cc591e002065.zip |
app-misc/fastfetch: Stabilize 2.18.1 arm64, #937691
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.18.1.ebuild b/app-misc/fastfetch/fastfetch-2.18.1.ebuild index ffccfb73cae0..255a61836411 100644 --- a/app-misc/fastfetch/fastfetch-2.18.1.ebuild +++ b/app-misc/fastfetch/fastfetch-2.18.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 ~sparc ~x86" + KEYWORDS="~amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" |