mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
sys-apps/coreutils: Apply Flatcar modifications
This commit is contained in:
parent
df8a025208
commit
d16712fab5
3
sdk_container/src/third_party/coreos-overlay/sys-apps/coreutils/README.md
vendored
Normal file
3
sdk_container/src/third_party/coreos-overlay/sys-apps/coreutils/README.md
vendored
Normal 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.
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user