From d16712fab58af36fd0fc71fa9e5c781f85f0d984 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 2 Nov 2020 12:27:10 +0100 Subject: [PATCH] sys-apps/coreutils: Apply Flatcar modifications --- .../third_party/coreos-overlay/sys-apps/coreutils/README.md | 3 +++ .../sys-apps/coreutils/coreutils-8.32-r1.ebuild | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/coreutils/README.md diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/coreutils/README.md b/sdk_container/src/third_party/coreos-overlay/sys-apps/coreutils/README.md new file mode 100644 index 0000000000..2f5b16c337 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/coreutils/README.md @@ -0,0 +1,3 @@ +This is a fork of Gentoo's sys-apps/coreutils package. The sole reason +for having it in overlay is dropping support for python 3.8 we haven't +yet packaged. diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/coreutils/coreutils-8.32-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/coreutils/coreutils-8.32-r1.ebuild index 63b8e1f694..fc5edbd83d 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/coreutils/coreutils-8.32-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/coreutils/coreutils-8.32-r1.ebuild @@ -1,9 +1,13 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Flatcar: Based on coreutils-8.32-r1.ebuild from commit +# 644f513293168d45627a987fe44ff49a09167219 in Gentoo repo (see +# https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-apps/coreutils/coreutils-8.32-r1.ebuild?id=644f513293168d45627a987fe44ff49a09167219). + EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit eutils flag-o-matic python-any-r1 toolchain-funcs