sys-apps/coreutils: Apply Flatcar modifications

This commit is contained in:
Krzesimir Nowak 2020-11-02 12:27:10 +01:00
parent df8a025208
commit d16712fab5
2 changed files with 8 additions and 1 deletions

View File

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

View File

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