Diff pkgcraft-tools-0.0.31-r2 with a pkgcraft-tools-9999

/usr/portage/sys-apps/pkgcraft-tools/pkgcraft-tools-9999.ebuild 2025-12-26 10:18:09.616174660 +0300
1
# Copyright 2023-2026 Gentoo Authors
1
# Copyright 2023-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
24 24
	# sed -rn "/^PACKAGE_VERSION=/ s/^.*='(.*)'/\1/p" **/scallop/bash/configure
25 25
	SCALLOP_VERSION="5.3.9.20251212"
26 26
	SRC_URI="https://github.com/pkgcraft/pkgcraft/releases/download/${P}/${P}.tar.xz"
27
	KEYWORDS="amd64 arm64"
27
	KEYWORDS="~amd64"
28 28
fi
29 29

  
30 30
LICENSE="MIT"
Thank you!