diff options
author | Sam James <sam@gentoo.org> | 2024-08-04 04:15:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-04 04:15:09 +0100 |
commit | b175daabb477718f7e276aef84c8ed55cad25da6 (patch) | |
tree | 4b8e1aed9de6ea2448a6b542a129de7c7687e166 /app-misc | |
parent | dev-python/shapely: Stabilize 2.0.5 arm64, #937169 (diff) | |
download | gentoo-b175daabb477718f7e276aef84c8ed55cad25da6.tar.gz gentoo-b175daabb477718f7e276aef84c8ed55cad25da6.tar.bz2 gentoo-b175daabb477718f7e276aef84c8ed55cad25da6.zip |
app-misc/fastfetch: Stabilize 2.17.2 arm64, #937225
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fastfetch/fastfetch-2.17.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/fastfetch/fastfetch-2.17.2.ebuild b/app-misc/fastfetch/fastfetch-2.17.2.ebuild index 41016e18a8e5..515da8163e52 100644 --- a/app-misc/fastfetch/fastfetch-2.17.2.ebuild +++ b/app-misc/fastfetch/fastfetch-2.17.2.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" |