mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-15 22:31:59 +01:00
sys-libs/libselinux: Make PYTHON_COMPAT a bit more future-proof
This commit is contained in:
parent
3431da6375
commit
204a36b601
@ -91,7 +91,7 @@ sys-apps/debianutils *
|
||||
=sys-fs/lsscsi-0.28 ~arm64
|
||||
=sys-fs/quota-4.04-r1 ~arm64
|
||||
=sys-libs/efivar-31 ~arm64
|
||||
=sys-libs/libselinux-3.1-r1 ~arm64
|
||||
=sys-libs/libselinux-3.1-r2 ~arm64
|
||||
=sys-libs/libsemanage-3.1-r1 ~arm64
|
||||
=sys-libs/libsepol-3.1 ~arm64
|
||||
=sys-power/iasl-20161222 ~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} )
|
||||
USE_RUBY="ruby25 ruby26 ruby27"
|
||||
|
||||
# No, I am not calling ruby-ng
|
||||
@ -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} )
|
||||
USE_RUBY="ruby25 ruby26 ruby27"
|
||||
|
||||
# No, I am not calling ruby-ng
|
||||
@ -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} )
|
||||
USE_RUBY="ruby25 ruby26 ruby27"
|
||||
|
||||
# No, I am not calling ruby-ng
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user