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 BB203138334 for ; Sat, 27 Apr 2019 14:46:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8042E0870; Sat, 27 Apr 2019 14:46:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3EFBE0870 for ; Sat, 27 Apr 2019 14:46:07 +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 A2B8C3429E5 for ; Sat, 27 Apr 2019 14:46:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B7F55D5 for ; Sat, 27 Apr 2019 14:46:03 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1556376350.690eb322663fe52d72b824c7d723dccf93deaf02.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/diff-match-patch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/diff-match-patch/diff-match-patch-20121119.ebuild X-VCS-Directories: dev-python/diff-match-patch/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 690eb322663fe52d72b824c7d723dccf93deaf02 X-VCS-Branch: master Date: Sat, 27 Apr 2019 14:46: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: e89cb48f-5f06-45bc-b5fa-ae65cd2053fb X-Archives-Hash: 89273c48b966b9b4c7c891539d3d25bf commit: 690eb322663fe52d72b824c7d723dccf93deaf02 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 27 13:49:11 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 27 14:45:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690eb322 dev-python/diff-match-patch: python3_7 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild index 8250e042f24..63a23390a80 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy ) inherit distutils-r1