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 7FC331386DD for ; Fri, 21 Oct 2016 21:40:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15C7CE07F5; Fri, 21 Oct 2016 21:40:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF237E07F5 for ; Fri, 21 Oct 2016 21:40:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7156B341695 for ; Fri, 21 Oct 2016 21:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8436E2F2 for ; Fri, 21 Oct 2016 21:40:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1477085910.b40e207e8229d38fcc345f4f1cf12cad40b37109.soap@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: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b40e207e8229d38fcc345f4f1cf12cad40b37109 X-VCS-Branch: master Date: Fri, 21 Oct 2016 21:40:43 +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-Archives-Salt: b7462c38-0685-40d8-82e2-2679f2121bd0 X-Archives-Hash: d53bfbc48b7284bbad1847f56d4a0209 commit: b40e207e8229d38fcc345f4f1cf12cad40b37109 Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Sep 16 22:21:42 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Oct 21 21:38:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b40e207e dev-python/diff-match-patch: python3_5, EAPI 6 Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2513 Signed-off-by: David Seifert gentoo.org> dev-python/diff-match-patch/diff-match-patch-20121119.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 e070123..9d359f9 100644 --- a/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild +++ b/dev-python/diff-match-patch/diff-match-patch-20121119.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1