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 CD0B7139695 for ; Wed, 12 Jul 2017 19:00:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EEA2274110; Wed, 12 Jul 2017 19:00:36 +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 1E891274110 for ; Wed, 12 Jul 2017 19:00:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 615383418A0 for ; Wed, 12 Jul 2017 19:00:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01C6074A5 for ; Wed, 12 Jul 2017 19:00:34 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1499886028.5fd786b6c8d57a7539a89dae624fbd758d3620e0.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pykwalify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pykwalify/pykwalify-9999.ebuild X-VCS-Directories: dev-python/pykwalify/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5fd786b6c8d57a7539a89dae624fbd758d3620e0 X-VCS-Branch: master Date: Wed, 12 Jul 2017 19:00:34 +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: bf9530f5-4556-4140-ad99-a0b7de359222 X-Archives-Hash: 534fa10b858a8826340c50f23b2b159a commit: 5fd786b6c8d57a7539a89dae624fbd758d3620e0 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 12 18:53:15 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 12 19:00:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd786b6 dev-python/pykwalify: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/pykwalify/pykwalify-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pykwalify/pykwalify-9999.ebuild b/dev-python/pykwalify/pykwalify-9999.ebuild index 2d094ad15a2..dd949574735 100644 --- a/dev-python/pykwalify/pykwalify-9999.ebuild +++ b/dev-python/pykwalify/pykwalify-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 git-r3