mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 16:41:11 +02:00
app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit 4fc49b111c23ac4820233e9e021bb24ed90fcf21.
This commit is contained in:
parent
10490d1dd1
commit
04bd080d2a
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user