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 E0B90138350 for ; Mon, 10 Feb 2020 13:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E930CE092B; Mon, 10 Feb 2020 13:26:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D359CE092E for ; Mon, 10 Feb 2020 13:26:58 +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 5C45B34E9BF 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 0AC7B147 for ; Mon, 10 Feb 2020 13:26:54 +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: <1581341198.29a2b20c966b08299e6ecc4695680f1e47c0d03c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/edk2-ovmf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild sys-firmware/edk2-ovmf/edk2-ovmf-999999.ebuild X-VCS-Directories: sys-firmware/edk2-ovmf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 29a2b20c966b08299e6ecc4695680f1e47c0d03c X-VCS-Branch: master Date: Mon, 10 Feb 2020 13:26:54 +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: 03de8511-e6d6-4762-9da2-2203d0cb4a0b X-Archives-Hash: 05c64ed7a82ca05fe21eb6870c3b7b57 commit: 29a2b20c966b08299e6ecc4695680f1e47c0d03c Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 13:06:07 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 13:26:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a2b20c sys-firmware/edk2-ovmf: Remove py2 where possible Signed-off-by: Michał Górny gentoo.org> sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild | 2 +- sys-firmware/edk2-ovmf/edk2-ovmf-999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild b/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild index 13b1feca47f..1abe540a07b 100644 --- a/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild +++ b/sys-firmware/edk2-ovmf/edk2-ovmf-201905.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_REQ_USE="sqlite" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit eutils python-any-r1 readme.gentoo-r1 diff --git a/sys-firmware/edk2-ovmf/edk2-ovmf-999999.ebuild b/sys-firmware/edk2-ovmf/edk2-ovmf-999999.ebuild index 4e5483b25b7..e8acffa9d29 100644 --- a/sys-firmware/edk2-ovmf/edk2-ovmf-999999.ebuild +++ b/sys-firmware/edk2-ovmf/edk2-ovmf-999999.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_REQ_USE="sqlite" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit eutils python-any-r1 readme.gentoo-r1