From 3ff25e6508f2609aa4a7b8ba660c287c15fd57a7 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 2 Nov 2020 17:59:41 +0100 Subject: [PATCH] dev-util/catalyst: Apply Flatcar modifications --- .../third_party/coreos-overlay/dev-util/catalyst/README.md | 3 +++ .../coreos-overlay/dev-util/catalyst/catalyst-3.0.14.ebuild | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/README.md diff --git a/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/README.md b/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/README.md new file mode 100644 index 0000000000..bb90c46b7e --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/README.md @@ -0,0 +1,3 @@ +This is a fork of dev-util/catalyst package. The sole reason for +having it here is to drop support for python 3.8 we haven't yet +packaged. diff --git a/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/catalyst-3.0.14.ebuild b/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/catalyst-3.0.14.ebuild index 09099da132..9d8b6411f5 100644 --- a/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/catalyst-3.0.14.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/dev-util/catalyst/catalyst-3.0.14.ebuild @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Flatcar: Based on catalyst-3.0.14.ebuild from commit +# 78fc35f2e766117caa26928db5a0a09b8af18c3c in Gentoo repo (see +# https://gitweb.gentoo.org/repo/gentoo.git/plain/dev-util/catalyst/catalyst-3.0.14.ebuild?id=78fc35f2e766117caa26928db5a0a09b8af18c3c). + EAPI=6 if [[ ${PV} == *9999* ]]; then @@ -12,7 +16,7 @@ else KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86" fi -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 ${SRC_ECLASS}