mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
app-portage/gentoolkit: Apply Flatcar modifications
This commit is contained in:
parent
9976250ab3
commit
e6e06eded6
3
sdk_container/src/third_party/coreos-overlay/app-portage/gentoolkit/README.md
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/app-portage/gentoolkit/README.md
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This is a fork of app-portage/gentoolkit package. The sole reason for
|
||||||
|
having it here is to drop support for python 3.8 and 3.9 we haven't
|
||||||
|
yet packaged.
|
@ -1,10 +1,14 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
# Flatcar: Based on gentoolkit-0.5.0-r2.ebuild from commit
|
||||||
|
# 8e426ccff148220423503c9a1c6c512c9b63ddfa in Gentoo repo (see
|
||||||
|
# https://gitweb.gentoo.org/repo/gentoo.git/plain/app-portage/gentoolkit/gentoolkit-0.5.0-r2.ebuild?id=8e426ccff148220423503c9a1c6c512c9b63ddfa).
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
DISTUTILS_USE_SETUPTOOLS=no
|
DISTUTILS_USE_SETUPTOOLS=no
|
||||||
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
|
PYTHON_COMPAT=( python3_{6,7} pypy3 )
|
||||||
PYTHON_REQ_USE="xml(+),threads(+)"
|
PYTHON_REQ_USE="xml(+),threads(+)"
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user