app-portage/gentoolkit: Sync with Gentoo

It's from Gentoo commit 4fc49b111c23ac4820233e9e021bb24ed90fcf21.
This commit is contained in:
Flatcar Buildbot 2025-03-17 07:05:41 +00:00 committed by Krzesimir Nowak
parent 10490d1dd1
commit 04bd080d2a
2 changed files with 11 additions and 5 deletions

View File

@ -1,15 +1,18 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} pypy3 )
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
PYTHON_REQ_USE="xml(+),threads(+)"
inherit meson python-r1 tmpfiles
if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git"
EGIT_REPO_URI="
https://anongit.gentoo.org/git/proj/gentoolkit.git
https://github.com/gentoo/gentoolkit
"
inherit git-r3
else
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2"

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -9,7 +9,10 @@ PYTHON_REQ_USE="xml(+),threads(+)"
inherit meson python-r1 tmpfiles
if [[ ${PV} = 9999* ]]; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/gentoolkit.git"
EGIT_REPO_URI="
https://anongit.gentoo.org/git/proj/gentoolkit.git
https://github.com/gentoo/gentoolkit
"
inherit git-r3
else
SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2"