mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-06 18:02:02 +01:00
sys-libs/libselinux: Add Python 3.6 to the supported list
This commit is contained in:
parent
21499a7018
commit
00ea174211
@ -3,7 +3,7 @@
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-2.4.ebuild,v 1.4 2015/05/10 09:01:52 perfinion Exp $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
|
||||
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
|
||||
USE_RUBY="ruby19 ruby20"
|
||||
|
||||
# No, I am not calling ruby-ng
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libselinux/libselinux-9999.ebuild,v 1.1 2015/06/09 15:35:39 swift Exp $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
|
||||
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
|
||||
USE_RUBY="ruby19 ruby20"
|
||||
|
||||
# No, I am not calling ruby-ng
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user