From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-861084-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 9527058973
	for <garchives@archives.gentoo.org>; Tue,  2 Feb 2016 11:32:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 738D721C041;
	Tue,  2 Feb 2016 11:32:42 +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 21D9221C041
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Feb 2016 11:32:42 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id F1145340D51
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Feb 2016 11:32:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3539C8DC
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Feb 2016 11:32:39 +0000 (UTC)
From: "Tiziano Müller" <dev-zero@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, "Tiziano Müller" <dev-zero@gentoo.org>
Message-ID: <1454412724.cf01e2d3744213c746c428be3a4debaace06474f.dev-zero@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webob/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/webob/webob-1.6.0_alpha0.ebuild
X-VCS-Directories: dev-python/webob/
X-VCS-Committer: dev-zero
X-VCS-Committer-Name: Tiziano Müller
X-VCS-Revision: cf01e2d3744213c746c428be3a4debaace06474f
X-VCS-Branch: master
Date: Tue,  2 Feb 2016 11:32:39 +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-Archives-Salt: 9dc14547-38bd-41ce-ae5a-cace219f70c2
X-Archives-Hash: 2218f3ab1904c41bfaefdbb82829ccd1

commit:     cf01e2d3744213c746c428be3a4debaace06474f
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 11:32:04 2016 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 11:32:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf01e2d3

dev-python/webob: use EAPI=6 and drop py-3.3 support in 1.6.0_alpha0

Package-Manager: portage-2.2.26

 dev-python/webob/webob-1.6.0_alpha0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/webob/webob-1.6.0_alpha0.ebuild b/dev-python/webob/webob-1.6.0_alpha0.ebuild
index 784c06e..d681096 100644
--- a/dev-python/webob/webob-1.6.0_alpha0.ebuild
+++ b/dev-python/webob/webob-1.6.0_alpha0.ebuild
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
 
 inherit distutils-r1 versionator