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 C84C9138350 for ; Mon, 10 Feb 2020 13:26:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23FE0E0920; Mon, 10 Feb 2020 13:26:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 06BC6E0920 for ; Mon, 10 Feb 2020 13:26:57 +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 31C4834E916 for ; Mon, 10 Feb 2020 13:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BF04139 for ; Mon, 10 Feb 2020 13:26:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581341192.750a956098b281965ba407487f72bbf51e3ef8a7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/opal-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/opal-utils/opal-utils-6.5.2.ebuild sys-apps/opal-utils/opal-utils-6.5.ebuild X-VCS-Directories: sys-apps/opal-utils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 750a956098b281965ba407487f72bbf51e3ef8a7 X-VCS-Branch: master Date: Mon, 10 Feb 2020 13:26:53 +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: 474ab851-60a7-46fa-b391-12aeddf22c1c X-Archives-Hash: c2a12d88e65721f66a1fa822abd4deab commit: 750a956098b281965ba407487f72bbf51e3ef8a7 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 13:05:56 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 13:26:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750a9560 sys-apps/opal-utils: Remove py2 where possible Signed-off-by: Michał Górny gentoo.org> sys-apps/opal-utils/opal-utils-6.5.2.ebuild | 2 +- sys-apps/opal-utils/opal-utils-6.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/opal-utils/opal-utils-6.5.2.ebuild b/sys-apps/opal-utils/opal-utils-6.5.2.ebuild index a5c514c95a7..12cc0995a25 100644 --- a/sys-apps/opal-utils/opal-utils-6.5.2.ebuild +++ b/sys-apps/opal-utils/opal-utils-6.5.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit linux-info python-any-r1 systemd toolchain-funcs diff --git a/sys-apps/opal-utils/opal-utils-6.5.ebuild b/sys-apps/opal-utils/opal-utils-6.5.ebuild index a5c514c95a7..12cc0995a25 100644 --- a/sys-apps/opal-utils/opal-utils-6.5.ebuild +++ b/sys-apps/opal-utils/opal-utils-6.5.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit linux-info python-any-r1 systemd toolchain-funcs