commit: ba2578d9328a97742428127d8bd0aca35b7851f3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jul 17 11:25:27 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jul 17 11:34:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2578d9
sys-libs/libselinux: Enable py3.7 sys-libs/libselinux/libselinux-2.8.ebuild | 2 +- sys-libs/libselinux/libselinux-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libselinux/libselinux-2.8.ebuild b/sys-libs/libselinux/libselinux-2.8.ebuild index e7c22fb30f5..12ccf11dfba 100644 --- a/sys-libs/libselinux/libselinux-2.8.ebuild +++ b/sys-libs/libselinux/libselinux-2.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 ) USE_RUBY="ruby23" # No, I am not calling ruby-ng diff --git a/sys-libs/libselinux/libselinux-9999.ebuild b/sys-libs/libselinux/libselinux-9999.ebuild index be003372f55..848b2bf4739 100644 --- a/sys-libs/libselinux/libselinux-9999.ebuild +++ b/sys-libs/libselinux/libselinux-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="6" -PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 ) USE_RUBY="ruby23" # No, I am not calling ruby-ng
