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 B67ED158F57 for ; Mon, 16 Aug 2021 20:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78BF2E0F58; Mon, 16 Aug 2021 16:51:51 +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 5FC2DE0F58 for ; Mon, 16 Aug 2021 16:51:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 71C63347307 for ; Mon, 16 Aug 2021 16:51:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA75C7B4 for ; Mon, 16 Aug 2021 16:51:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629132680.9d5477baca80589dd4b9845f62fe6e1b8d76ac90.sam@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.37.2.ebuild sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d5477baca80589dd4b9845f62fe6e1b8d76ac90 X-VCS-Branch: master Date: Mon, 16 Aug 2021 16:51:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b6a1024-f3e0-4c0b-8d3b-f56ba6e503b7 X-Archives-Hash: 30fa6434e4b35dbb0f19ea94d7e03351 commit: 9d5477baca80589dd4b9845f62fe6e1b8d76ac90 Author: Sam James gentoo org> AuthorDate: Mon Aug 16 16:51:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 16:51:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d5477ba sys-apps/util-linux: drop no-op Python 3.7 in PYTHON_COMPAT Support from the eclasses is gone. Signed-off-by: Sam James gentoo.org> sys-apps/util-linux/util-linux-2.37.2.ebuild | 2 +- 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.37.2.ebuild b/sys-apps/util-linux/util-linux-2.37.2.ebuild index c449f13ef29..43b2f16fe98 100644 --- a/sys-apps/util-linux/util-linux-2.37.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.37.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8,9} ) 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 4f991bccc9a..887e3f07cbc 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=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 usr-ldscript \ pam python-r1 multilib-minimal multiprocessing systemd