From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44FE1138335 for ; Mon, 9 Jul 2018 18:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E57EDE0974; Mon, 9 Jul 2018 18:00:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB1F1E0974 for ; Mon, 9 Jul 2018 18:00:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF83B335C7F for ; Mon, 9 Jul 2018 18:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76504358 for ; Mon, 9 Jul 2018 18:00:51 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1531159170.ef2cd2bf374ce2a366dea973d1e17ebff7cd33a7.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.30.2-r1.ebuild sys-apps/util-linux/util-linux-2.32-r3.ebuild sys-apps/util-linux/util-linux-2.32-r4.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ef2cd2bf374ce2a366dea973d1e17ebff7cd33a7 X-VCS-Branch: master Date: Mon, 9 Jul 2018 18:00:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 204b304f-bbd2-4e92-bcfd-d61ecb2671c0 X-Archives-Hash: bb3ffb50786572b0d6ef385686566191 commit: ef2cd2bf374ce2a366dea973d1e17ebff7cd33a7 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Jul 9 17:50:16 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Jul 9 17:59:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef2cd2bf 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 sys-apps/util-linux/util-linux-2.30.2-r1.ebuild | 2 +- .../{util-linux-2.32-r3.ebuild => util-linux-2.32-r4.ebuild} | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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 3077f85b78e..adba6b4d54f 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 4fe88effdfb..d988bafa6f6 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() {