diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-20 12:33:46 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-20 12:33:46 +0200 |
commit | af8116b47209195f4c01b6d26af0bfab07ba1bb8 (patch) | |
tree | bcec450d7f1567b90e3bc4e13f84a74400a0f138 /sys-apps/util-linux | |
parent | media-gfx/imagemagick: bump to v6.9.10-7 & v7.0.8-7 (diff) | |
download | gentoo-af8116b47209195f4c01b6d26af0bfab07ba1bb8.tar.gz gentoo-af8116b47209195f4c01b6d26af0bfab07ba1bb8.tar.bz2 gentoo-af8116b47209195f4c01b6d26af0bfab07ba1bb8.zip |
sys-apps/util-linux: Enable py3.7
Closes: https://bugs.gentoo.org/661608
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.32-r5.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.32.1.ebuild | 2 | ||||
-rw-r--r-- | 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 1bce9daa5a9f..78c47b8971e9 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 25e22db0f3de..a3a2918ec6e4 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 0ddfbaa27d27..12b6618a9495 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 |