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 41F34138350 for ; Wed, 26 Feb 2020 12:18:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BF63E08A2; Wed, 26 Feb 2020 12:18:06 +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 40C4FE085B for ; Wed, 26 Feb 2020 12:18:06 +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 DB00434F1E7 for ; Wed, 26 Feb 2020 12:18:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9246914C for ; Wed, 26 Feb 2020 12:18:03 +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: <1582719477.cee3dd11d680cf622824e5c009a8896754d2da7d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/layman/layman-2.4.2-r1.ebuild app-portage/layman/layman-2.4.2-r2.ebuild app-portage/layman/layman-9999.ebuild X-VCS-Directories: app-portage/layman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cee3dd11d680cf622824e5c009a8896754d2da7d X-VCS-Branch: master Date: Wed, 26 Feb 2020 12:18:03 +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: 6b74bf3c-74b7-4d96-a00f-b5d752b96731 X-Archives-Hash: a1280e9533856c786dd32470865ffb3d commit: cee3dd11d680cf622824e5c009a8896754d2da7d Author: Michał Górny gentoo org> AuthorDate: Wed Feb 26 12:14:19 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 26 12:17:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee3dd11 app-portage/layman: Remove py2 Signed-off-by: Michał Górny gentoo.org> app-portage/layman/layman-2.4.2-r1.ebuild | 2 +- app-portage/layman/layman-2.4.2-r2.ebuild | 2 +- app-portage/layman/layman-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-portage/layman/layman-2.4.2-r1.ebuild b/app-portage/layman/layman-2.4.2-r1.ebuild index b52d58816c9..8540842c8cf 100644 --- a/app-portage/layman/layman-2.4.2-r1.ebuild +++ b/app-portage/layman/layman-2.4.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="xml(+),sqlite?" inherit eutils distutils-r1 linux-info prefix diff --git a/app-portage/layman/layman-2.4.2-r2.ebuild b/app-portage/layman/layman-2.4.2-r2.ebuild index 42f4617776f..a82ec4d06a4 100644 --- a/app-portage/layman/layman-2.4.2-r2.ebuild +++ b/app-portage/layman/layman-2.4.2-r2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) PYTHON_REQ_USE="xml(+),sqlite?" inherit eutils distutils-r1 linux-info prefix diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild index 42f4617776f..a82ec4d06a4 100644 --- a/app-portage/layman/layman-9999.ebuild +++ b/app-portage/layman/layman-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) PYTHON_REQ_USE="xml(+),sqlite?" inherit eutils distutils-r1 linux-info prefix