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

This commit is contained in:
Krzesimir Nowak 2021-11-30 19:09:26 +01:00
parent 3431da6375
commit 204a36b601
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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