commit: af8116b47209195f4c01b6d26af0bfab07ba1bb8 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Jul 20 10:33:46 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Jul 20 10:33:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8116b4
sys-apps/util-linux: Enable py3.7 Closes: https://bugs.gentoo.org/661608 Package-Manager: Portage-2.3.43, Repoman-2.3.10 sys-apps/util-linux/util-linux-2.32-r5.ebuild | 2 +- sys-apps/util-linux/util-linux-2.32.1.ebuild | 2 +- sys-apps/util-linux/util-linux-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/util-linux/util-linux-2.32-r5.ebuild b/sys-apps/util-linux/util-linux-2.32-r5.ebuild index 1bce9daa5a9..78c47b8971e 100644 --- a/sys-apps/util-linux/util-linux-2.32-r5.ebuild +++ b/sys-apps/util-linux/util-linux-2.32-r5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \ pam python-single-r1 multilib-minimal multiprocessing systemd diff --git a/sys-apps/util-linux/util-linux-2.32.1.ebuild b/sys-apps/util-linux/util-linux-2.32.1.ebuild index 25e22db0f3d..a3a2918ec6e 100644 --- a/sys-apps/util-linux/util-linux-2.32.1.ebuild +++ b/sys-apps/util-linux/util-linux-2.32.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \ pam python-single-r1 multilib-minimal multiprocessing systemd diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 0ddfbaa27d2..12b6618a949 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \ pam python-single-r1 multilib-minimal multiprocessing systemd
