From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1153668-garchives=archives.gentoo.org@lists.gentoo.org> 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 C79A8138350 for <garchives@archives.gentoo.org>; Thu, 19 Mar 2020 09:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 669EAE0BB7; Thu, 19 Mar 2020 09:41:11 +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 52548E0BB7 for <gentoo-commits@lists.gentoo.org>; Thu, 19 Mar 2020 09:41:11 +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 A786434F303 for <gentoo-commits@lists.gentoo.org>; Thu, 19 Mar 2020 09:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F05193 for <gentoo-commits@lists.gentoo.org>; Thu, 19 Mar 2020 09:41:04 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1584610856.2bc1f5bd11f51e41b008ee69cf9d4d60af86f73d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/repoman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/repoman/repoman-2.3.16.ebuild app-portage/repoman/repoman-2.3.20.ebuild app-portage/repoman/repoman-2.3.21.ebuild app-portage/repoman/repoman-9999.ebuild X-VCS-Directories: app-portage/repoman/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2bc1f5bd11f51e41b008ee69cf9d4d60af86f73d X-VCS-Branch: master Date: Thu, 19 Mar 2020 09:41:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e6f5794f-d7d7-406f-a25d-5886efc9bf90 X-Archives-Hash: 702111e8376083de255632eed2c83771 commit: 2bc1f5bd11f51e41b008ee69cf9d4d60af86f73d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 19 08:49:08 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 19 09:40:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc1f5bd app-portage/repoman: Drop py2 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-portage/repoman/repoman-2.3.16.ebuild | 2 +- app-portage/repoman/repoman-2.3.20.ebuild | 2 +- app-portage/repoman/repoman-2.3.21.ebuild | 2 +- app-portage/repoman/repoman-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-portage/repoman/repoman-2.3.16.ebuild b/app-portage/repoman/repoman-2.3.16.ebuild index 900147ef47e..5257354e7c8 100644 --- a/app-portage/repoman/repoman-2.3.16.ebuild +++ b/app-portage/repoman/repoman-2.3.16.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE='bzip2(+)' inherit distutils-r1 diff --git a/app-portage/repoman/repoman-2.3.20.ebuild b/app-portage/repoman/repoman-2.3.20.ebuild index d02e96affae..7308d367e69 100644 --- a/app-portage/repoman/repoman-2.3.20.ebuild +++ b/app-portage/repoman/repoman-2.3.20.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='bzip2(+)' inherit distutils-r1 diff --git a/app-portage/repoman/repoman-2.3.21.ebuild b/app-portage/repoman/repoman-2.3.21.ebuild index c77f2d7f732..00c74119bc3 100644 --- a/app-portage/repoman/repoman-2.3.21.ebuild +++ b/app-portage/repoman/repoman-2.3.21.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE='bzip2(+)' inherit distutils-r1 diff --git a/app-portage/repoman/repoman-9999.ebuild b/app-portage/repoman/repoman-9999.ebuild index b19cdf42238..bf3bbc925f1 100644 --- a/app-portage/repoman/repoman-9999.ebuild +++ b/app-portage/repoman/repoman-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE='bzip2(+)' inherit distutils-r1