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 33A1813832E for ; Thu, 21 Jul 2016 13:12:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BC5321C081; Thu, 21 Jul 2016 13:12: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 1D8FF21C075 for ; Thu, 21 Jul 2016 13:12: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 1C0D6340E0E for ; Thu, 21 Jul 2016 13:12:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ED21E6B for ; Thu, 21 Jul 2016 13:12:40 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1469106744.f21ebbb26088bf73fdbe23d7e7dc18f2a0857824.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-cors/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-cors/flask-cors-2.1.0.ebuild X-VCS-Directories: dev-python/flask-cors/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: f21ebbb26088bf73fdbe23d7e7dc18f2a0857824 X-VCS-Branch: master Date: Thu, 21 Jul 2016 13:12:40 +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: 75abc2c3-488b-43bc-b3f3-e7a56ab164e4 X-Archives-Hash: b71ce3ed758191f3406cb899911fe662 commit: f21ebbb26088bf73fdbe23d7e7dc18f2a0857824 Author: Patrick Lauer gentoo org> AuthorDate: Thu Jul 21 13:10:54 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu Jul 21 13:12:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21ebbb2 dev-python/flask-cors: Add py35 Package-Manager: portage-2.3.0 dev-python/flask-cors/flask-cors-2.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/flask-cors/flask-cors-2.1.0.ebuild b/dev-python/flask-cors/flask-cors-2.1.0.ebuild index d417f44..07b9086 100644 --- a/dev-python/flask-cors/flask-cors-2.1.0.ebuild +++ b/dev-python/flask-cors/flask-cors-2.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1