mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 00:51:41 +02:00
app-portage/gentoolkit: Sync with Gentoo
It's from Gentoo commit c75ff47dde7dac5c7a48f498d08b814ea70cbb2c.
This commit is contained in:
parent
b1b73e016c
commit
ab599f7606
@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=no
|
PYTHON_COMPAT=( python3_{10..12} pypy3 )
|
||||||
PYTHON_COMPAT=( python3_{9..11} pypy3 )
|
|
||||||
PYTHON_REQ_USE="xml(+),threads(+)"
|
PYTHON_REQ_USE="xml(+),threads(+)"
|
||||||
|
|
||||||
inherit distutils-r1 tmpfiles
|
inherit distutils-r1 tmpfiles
|
||||||
@ -23,12 +22,16 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools"
|
|||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
# Need newer Portage for XML fix, bug #857537
|
# Need newer Portage for eclean-pkg API, bug #900224
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=sys-apps/portage-3.0.32[${PYTHON_USEDEP}]"
|
>=sys-apps/portage-3.0.52[${PYTHON_USEDEP}]
|
||||||
RDEPEND="${DEPEND}
|
"
|
||||||
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
app-alternatives/awk
|
app-alternatives/awk
|
||||||
sys-apps/gentoo-functions"
|
sys-apps/gentoo-functions
|
||||||
|
"
|
||||||
|
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||||
|
|
||||||
distutils_enable_tests setup.py
|
distutils_enable_tests setup.py
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user