diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-09-15 17:03:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-09-15 17:04:23 +0200 |
commit | 812e9395deffe9ed8925b7317440fb1362fcc099 (patch) | |
tree | 6e735abc47158bf9713da19df6e0c390378b1c99 | |
parent | app-misc/fastfetch: Stabilize 2.21.3 arm64, #939678 (diff) | |
download | gentoo-812e9395deffe9ed8925b7317440fb1362fcc099.tar.gz gentoo-812e9395deffe9ed8925b7317440fb1362fcc099.tar.bz2 gentoo-812e9395deffe9ed8925b7317440fb1362fcc099.zip |
app-misc/fastfetch: Stabilize 2.21.3 ppc64, #939678
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-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 bb38d44ef7d6..1915022e0512 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" |