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 7FAAC138350 for ; Mon, 10 Feb 2020 12:13:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFDF0E092B; Mon, 10 Feb 2020 12:12:57 +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 BE83AE092C for ; Mon, 10 Feb 2020 12:12:57 +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 B2B7834E98A for ; Mon, 10 Feb 2020 12:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7BEA14C for ; Mon, 10 Feb 2020 12:12:52 +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: <1581336767.c7e4b509e64c51c6e0705a018bafa1fad1f9a3c2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libsmbios/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild sys-libs/libsmbios/libsmbios-2.4.2.ebuild X-VCS-Directories: sys-libs/libsmbios/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c7e4b509e64c51c6e0705a018bafa1fad1f9a3c2 X-VCS-Branch: master Date: Mon, 10 Feb 2020 12:12:52 +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: c931c0f1-5876-4b81-94ee-68f89feaaf34 X-Archives-Hash: 2deca8c0bce2b04ef17434e6687f08f9 commit: c7e4b509e64c51c6e0705a018bafa1fad1f9a3c2 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 12:09:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 12:12:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e4b509 sys-libs/libsmbios: Remove py2 Signed-off-by: Michał Górny gentoo.org> sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild | 2 +- sys-libs/libsmbios/libsmbios-2.4.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild b/sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild index d2e8d299a25..229a12173e1 100644 --- a/sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild +++ b/sys-libs/libsmbios/libsmbios-2.4.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools flag-o-matic python-single-r1 diff --git a/sys-libs/libsmbios/libsmbios-2.4.2.ebuild b/sys-libs/libsmbios/libsmbios-2.4.2.ebuild index 2220b96ec94..5590649e2e7 100644 --- a/sys-libs/libsmbios/libsmbios-2.4.2.ebuild +++ b/sys-libs/libsmbios/libsmbios-2.4.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit autotools flag-o-matic python-single-r1