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 00BFE138350 for ; Tue, 11 Feb 2020 12:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47DB7E0875; Tue, 11 Feb 2020 12:03:33 +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 2E990E0875 for ; Tue, 11 Feb 2020 12:03:33 +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 358DA34EB5A for ; Tue, 11 Feb 2020 12:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB161129 for ; Tue, 11 Feb 2020 12:03:30 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1581422596.43fc3f01fd219af673df1d0e1731500ca3c9411c.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/meld3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/meld3/meld3-1.0.2-r2.ebuild X-VCS-Directories: dev-python/meld3/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 43fc3f01fd219af673df1d0e1731500ca3c9411c X-VCS-Branch: master Date: Tue, 11 Feb 2020 12:03:30 +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: b000260b-54df-4136-a3e2-055f424fd69d X-Archives-Hash: f80cccbd88ea4b51e4c915c750d177fd commit: 43fc3f01fd219af673df1d0e1731500ca3c9411c Author: Louis Sautier gentoo org> AuthorDate: Tue Feb 11 11:59:05 2020 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Feb 11 12:03:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43fc3f01 dev-python/meld3: remove Python2 support Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Louis Sautier gentoo.org> dev-python/meld3/meld3-1.0.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/meld3/meld3-1.0.2-r2.ebuild b/dev-python/meld3/meld3-1.0.2-r2.ebuild index 0d78453b397..2e543ecf3d6 100644 --- a/dev-python/meld3/meld3-1.0.2-r2.ebuild +++ b/dev-python/meld3/meld3-1.0.2-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1