mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 22:12:10 +01:00
sys-libs/libsemanage: Add Python 3.6 to the supported list
This commit is contained in:
parent
35390f5465
commit
d053d90b3f
@ -3,7 +3,7 @@
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.4-r1.ebuild,v 1.2 2015/05/10 09:02:13 perfinion Exp $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
|
||||
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
|
||||
|
||||
inherit multilib python-r1 toolchain-funcs eutils multilib-minimal systemd
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-9999.ebuild,v 1.1 2015/06/09 15:36:24 swift Exp $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
|
||||
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
|
||||
|
||||
inherit multilib python-r1 toolchain-funcs eutils multilib-minimal systemd
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user