From: Thomas Deutschmann Date: Mon, 9 Jul 2018 17:50:16 +0000 (+0200) Subject: sys-apps/util-linux: drop Python 3+ support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ef2cd2bf374ce2a366dea973d1e17ebff7cd33a7;p=gentoo.git sys-apps/util-linux: drop Python 3+ support pylibmount is _not_ compatible with Python 3. Bug: https://github.com/karelzak/util-linux/issues/489 Closes: https://bugs.gentoo.org/624132 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/sys-apps/util-linux/util-linux-2.30.2-r1.ebuild b/sys-apps/util-linux/util-linux-2.30.2-r1.ebuild index 3077f85b78e7..adba6b4d54f7 100644 --- a/sys-apps/util-linux/util-linux-2.30.2-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.30.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_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-r3.ebuild b/sys-apps/util-linux/util-linux-2.32-r4.ebuild similarity index 94% rename from sys-apps/util-linux/util-linux-2.32-r3.ebuild rename to sys-apps/util-linux/util-linux-2.32-r4.ebuild index 4fe88effdfb8..d988bafa6f6d 100644 --- a/sys-apps/util-linux/util-linux-2.32-r3.ebuild +++ b/sys-apps/util-linux/util-linux-2.32-r4.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 ) inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \ pam python-single-r1 multilib-minimal multiprocessing systemd @@ -216,6 +216,14 @@ multilib_src_install_all() { newpamd "${FILESDIR}/runuser.pamd" runuser newpamd "${FILESDIR}/runuser-l.pamd" runuser-l fi + + # Note: + # Bash completion for "runuser" command is provided by same file which + # would also provide bash completion for "su" command. However, we don't + # use "su" command from this package. + # This triggers a known QA warning which we ignore for now to magically + # keep bash completion for "su" command which shadow package does not + # provide. } pkg_postinst() {