diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-10 17:41:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-10 17:41:39 +0200 |
commit | 0d8b0d638dbbacf1ce6462647e4a33c1fd44200a (patch) | |
tree | 400bb47cc650e7aad63d5249306587ff3175c5e0 /app-misc/fastfetch | |
parent | dev-python/selenium: Stabilize 4.23.1 arm, #937686 (diff) | |
download | gentoo-0d8b0d638dbbacf1ce6462647e4a33c1fd44200a.tar.gz gentoo-0d8b0d638dbbacf1ce6462647e4a33c1fd44200a.tar.bz2 gentoo-0d8b0d638dbbacf1ce6462647e4a33c1fd44200a.zip |
app-misc/fastfetch: Stabilize 2.18.1 amd64, #937691
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/fastfetch')
-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 255a61836411..272aa3908a2e 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" |