diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-27 12:28:39 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-27 12:28:39 +0200 |
commit | a64cc619f19f8a4b94b755cef40fc11741948427 (patch) | |
tree | ba6206e0bcc84fafa4caf443463a6ba24958c603 /app-misc | |
parent | dev-libs/libayatana-indicator: Stabilize 0.9.4 amd64, #935855 (diff) | |
download | gentoo-a64cc619f19f8a4b94b755cef40fc11741948427.tar.gz gentoo-a64cc619f19f8a4b94b755cef40fc11741948427.tar.bz2 gentoo-a64cc619f19f8a4b94b755cef40fc11741948427.zip |
app-misc/fastfetch: Stabilize 2.20.0 arm64, #938545
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.20.0.ebuild b/app-misc/fastfetch/fastfetch-2.20.0.ebuild index fcaa7f32527f..0de04684ece8 100644 --- a/app-misc/fastfetch/fastfetch-2.20.0.ebuild +++ b/app-misc/fastfetch/fastfetch-2.20.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 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi LICENSE="MIT" |