app-misc/fastfetch: Stabilize 2.52.0 amd64, #963970

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-10-09 09:17:30 +01:00
parent 43f9f69f0b
commit 96b85a779e
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -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"