diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-09-15 17:03:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-09-15 17:04:24 +0200 |
commit | 48f8b0530ba49f37c051d6bd73110835a7b1a8af (patch) | |
tree | 5a3c26ca130f6059f2194678a68a061d62f2701c /app-misc | |
parent | app-misc/fastfetch: Stabilize 2.21.3 ppc64, #939678 (diff) | |
download | gentoo-48f8b0530ba49f37c051d6bd73110835a7b1a8af.tar.gz gentoo-48f8b0530ba49f37c051d6bd73110835a7b1a8af.tar.bz2 gentoo-48f8b0530ba49f37c051d6bd73110835a7b1a8af.zip |
app-misc/fastfetch: Stabilize 2.21.3 amd64, #939678
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc')
-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 1915022e0512..099a79ba92bc 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" |