From 08b4623745c2dd77db739f44a5e2b721cb489dd5 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 1 Dec 2021 17:21:02 +0100 Subject: [PATCH] sys-apps/systemd: Make PYTHON_COMPAT a bit more future-proof --- .../systemd/{systemd-249.7.ebuild => systemd-249.7-r1.ebuild} | 0 .../coreos-overlay/sys-apps/systemd/systemd-9999.ebuild | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/{systemd-249.7.ebuild => systemd-249.7-r1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-249.7.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-249.7-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-249.7.ebuild rename to sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-249.7-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild index 659aa6409b..7a4d195ca7 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/systemd/systemd-9999.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -# Flatcar: We still have python 3.6. -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6..10} ) if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/systemd/systemd.git"