mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-02 11:01:14 +02:00
sys-libs/libsemanage: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
204a36b601
commit
735bb27c90
@ -92,7 +92,7 @@ sys-apps/debianutils *
|
||||
=sys-fs/quota-4.04-r1 ~arm64
|
||||
=sys-libs/efivar-31 ~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-power/iasl-20161222 ~arm64
|
||||
=sys-process/tini-0.18.0 ~arm64
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
PYTHON_COMPAT=( python3_{6..10} )
|
||||
|
||||
# flatcar changes
|
||||
inherit python-r1 toolchain-funcs multilib-minimal systemd
|
@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
PYTHON_COMPAT=( python3_{6..10} )
|
||||
|
||||
inherit python-r1 toolchain-funcs multilib-minimal
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
PYTHON_COMPAT=( python3_{6..10} )
|
||||
|
||||
inherit python-r1 toolchain-funcs multilib-minimal
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user