From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 91EA258973 for ; Fri, 5 Feb 2016 16:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E51521C003; Fri, 5 Feb 2016 16:02:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA46221C003 for ; Fri, 5 Feb 2016 16:02:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1311340A3B for ; Fri, 5 Feb 2016 16:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1232A8F0 for ; Fri, 5 Feb 2016 16:02:27 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1454688140.66f4bc3227c3a5c5261907e42f393dd22d19a15b.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-python/wtforms/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-python/wtforms/wtforms-2.1.ebuild X-VCS-Directories: dev-python/wtforms/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 66f4bc3227c3a5c5261907e42f393dd22d19a15b X-VCS-Branch: master Date: Fri, 5 Feb 2016 16:02:27 +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: ebf33e2a-f264-4f6c-bcfb-e1932b85cae4 X-Archives-Hash: 84b1c447d865e2254a6bddb5029c231f commit: 66f4bc3227c3a5c5261907e42f393dd22d19a15b Author: Tiziano Müller gentoo org> AuthorDate: Fri Feb 5 16:02:20 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Fri Feb 5 16:02:20 2016 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=66f4bc32 dev-python/wtforms: use EAPI=6 dev-python/wtforms/wtforms-2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/wtforms/wtforms-2.1.ebuild b/dev-python/wtforms/wtforms-2.1.ebuild index 87fcdf8..60833d9 100644 --- a/dev-python/wtforms/wtforms-2.1.ebuild +++ b/dev-python/wtforms/wtforms-2.1.ebuild @@ -2,7 +2,7 @@ # 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,3_5} pypy )