sys-libs/libsemanage: Make PYTHON_COMPAT a bit more future-proof

This commit is contained in:
Krzesimir Nowak 2021-11-30 19:10:43 +01:00
parent 204a36b601
commit 735bb27c90
4 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ sys-apps/debianutils *
=sys-fs/quota-4.04-r1 ~arm64 =sys-fs/quota-4.04-r1 ~arm64
=sys-libs/efivar-31 ~arm64 =sys-libs/efivar-31 ~arm64
=sys-libs/libselinux-3.1-r2 ~arm64 =sys-libs/libselinux-3.1-r2 ~arm64
=sys-libs/libsemanage-3.1-r1 ~arm64 =sys-libs/libsemanage-3.1-r2 ~arm64
=sys-libs/libsepol-3.1 ~arm64 =sys-libs/libsepol-3.1 ~arm64
=sys-power/iasl-20161222 ~arm64 =sys-power/iasl-20161222 ~arm64
=sys-process/tini-0.18.0 ~arm64 =sys-process/tini-0.18.0 ~arm64

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_6 ) PYTHON_COMPAT=( python3_{6..10} )
# flatcar changes # flatcar changes
inherit python-r1 toolchain-funcs multilib-minimal systemd inherit python-r1 toolchain-funcs multilib-minimal systemd

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_6 ) PYTHON_COMPAT=( python3_{6..10} )
inherit python-r1 toolchain-funcs multilib-minimal inherit python-r1 toolchain-funcs multilib-minimal

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=7
PYTHON_COMPAT=( python3_6 ) PYTHON_COMPAT=( python3_{6..10} )
inherit python-r1 toolchain-funcs multilib-minimal inherit python-r1 toolchain-funcs multilib-minimal