diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-01-13 12:59:45 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-01-13 13:42:55 -0500 |
commit | 68d71815dea91e7683753f8d295a66e8282f5d37 (patch) | |
tree | 9e085fc0703d76c3c6643b3d258f149863ff8c25 /sys-apps | |
parent | dev-python/colorama: 0.4.3 (diff) | |
download | gentoo-68d71815dea91e7683753f8d295a66e8282f5d37.tar.gz gentoo-68d71815dea91e7683753f8d295a66e8282f5d37.tar.bz2 gentoo-68d71815dea91e7683753f8d295a66e8282f5d37.zip |
sys-apps/util-linux: Python 3.8 compatibility
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/14329
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.35_rc2.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/util-linux/util-linux-2.35_rc2.ebuild b/sys-apps/util-linux/util-linux-2.35_rc2.ebuild index f1759d4eb6c3..7c868feaa8f8 100644 --- a/sys-apps/util-linux/util-linux-2.35_rc2.ebuild +++ b/sys-apps/util-linux/util-linux-2.35_rc2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 usr-ldscript \ pam python-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 f1759d4eb6c3..7c868feaa8f8 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 usr-ldscript \ pam python-r1 multilib-minimal multiprocessing systemd |