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 7428A13835A for ; Thu, 7 May 2020 15:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF80DE092E; Thu, 7 May 2020 15:18:02 +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 9BC03E092E for ; Thu, 7 May 2020 15:18:02 +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 8AA6D34F0FD for ; Thu, 7 May 2020 15:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D1E222B for ; Thu, 7 May 2020 15:17:59 +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: <1588864309.98835e87945dca0abf62f5e2bc9a8ea8dbbed8fe.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/fetchmail/fetchmail-6.4.2.ebuild net-mail/fetchmail/fetchmail-6.4.3.ebuild net-mail/fetchmail/fetchmail-6.4.4.ebuild X-VCS-Directories: net-mail/fetchmail/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 98835e87945dca0abf62f5e2bc9a8ea8dbbed8fe X-VCS-Branch: master Date: Thu, 7 May 2020 15:17:59 +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: 182bc273-6b88-40a8-8393-f4f05c926377 X-Archives-Hash: 66021416abf7be45da0d2081c3a0d4b4 commit: 98835e87945dca0abf62f5e2bc9a8ea8dbbed8fe Author: Michał Górny gentoo org> AuthorDate: Thu May 7 15:11:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 7 15:11:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98835e87 net-mail/fetchmail: Remove py2.7 Signed-off-by: Michał Górny gentoo.org> net-mail/fetchmail/fetchmail-6.4.2.ebuild | 2 +- net-mail/fetchmail/fetchmail-6.4.3.ebuild | 2 +- net-mail/fetchmail/fetchmail-6.4.4.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-mail/fetchmail/fetchmail-6.4.2.ebuild b/net-mail/fetchmail/fetchmail-6.4.2.ebuild index 68cdd9ef3de..fc325721ef2 100644 --- a/net-mail/fetchmail/fetchmail-6.4.2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="tk" inherit python-single-r1 systemd toolchain-funcs autotools diff --git a/net-mail/fetchmail/fetchmail-6.4.3.ebuild b/net-mail/fetchmail/fetchmail-6.4.3.ebuild index 93531029a5b..0688fb62856 100644 --- a/net-mail/fetchmail/fetchmail-6.4.3.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="tk" inherit python-single-r1 systemd toolchain-funcs autotools diff --git a/net-mail/fetchmail/fetchmail-6.4.4.ebuild b/net-mail/fetchmail/fetchmail-6.4.4.ebuild index 93531029a5b..0688fb62856 100644 --- a/net-mail/fetchmail/fetchmail-6.4.4.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="tk" inherit python-single-r1 systemd toolchain-funcs autotools