Diff gentoolkit-0.6.8 with a gentoolkit-0.7.2

/usr/portage/app-portage/gentoolkit/gentoolkit-0.7.2.ebuild 2026-04-24 12:17:42.853424806 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
PYTHON_COMPAT=( python3_{12..13} )
6
PYTHON_COMPAT=( python3_{12..14} )
7 7
PYTHON_REQ_USE="xml(+),threads(+)"
8 8

  
9 9
inherit meson python-r1 tmpfiles
......
16 16
	inherit git-r3
17 17
else
18 18
	SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2"
19
	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
19
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris"
20 20
fi
21 21

  
22 22
DESCRIPTION="Collection of administration scripts for Gentoo"
Thank you!