app-portage/gentoolkit: Apply Flatcar modifications

This commit is contained in:
Krzesimir Nowak 2020-10-28 09:41:39 +01:00
parent 9976250ab3
commit e6e06eded6
2 changed files with 8 additions and 1 deletions

View 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.

View File

@ -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