From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1169083-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 DAEF0138359 for <garchives@archives.gentoo.org>; Thu, 7 May 2020 15:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21FBBE0956; Thu, 7 May 2020 15:18:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0F0DFE0956 for <gentoo-commits@lists.gentoo.org>; Thu, 7 May 2020 15:18:04 +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 22B2D34F0E9 for <gentoo-commits@lists.gentoo.org>; Thu, 7 May 2020 15:18:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 421CB22D for <gentoo-commits@lists.gentoo.org>; Thu, 7 May 2020 15:17:59 +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: <1588864327.39866acec1e2278c35e98a4b82ef471d4e8327bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailutils/mailutils-3.7.ebuild net-mail/mailutils/mailutils-3.8.ebuild X-VCS-Directories: net-mail/mailutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 39866acec1e2278c35e98a4b82ef471d4e8327bc X-VCS-Branch: master Date: Thu, 7 May 2020 15:17:59 +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: 69db637c-12db-411d-abac-91c8b4da3687 X-Archives-Hash: c3bf3347319b46e8d489194c7f5bc6c0 commit: 39866acec1e2278c35e98a4b82ef471d4e8327bc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 7 15:12:07 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 7 15:12:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39866ace net-mail/mailutils: Remove py2.7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-mail/mailutils/mailutils-3.7.ebuild | 2 +- net-mail/mailutils/mailutils-3.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/mailutils/mailutils-3.7.ebuild b/net-mail/mailutils/mailutils-3.7.ebuild index 344b83bfb47..b5489a43e49 100644 --- a/net-mail/mailutils/mailutils-3.7.ebuild +++ b/net-mail/mailutils/mailutils-3.7.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools elisp-common eutils flag-o-matic python-single-r1 toolchain-funcs diff --git a/net-mail/mailutils/mailutils-3.8.ebuild b/net-mail/mailutils/mailutils-3.8.ebuild index abce1e8cec3..63ddc6efe74 100644 --- a/net-mail/mailutils/mailutils-3.8.ebuild +++ b/net-mail/mailutils/mailutils-3.8.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools elisp-common eutils flag-o-matic python-single-r1 toolchain-funcs