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