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 6A13B139938 for ; Wed, 26 Aug 2015 12:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B078AE088D; Wed, 26 Aug 2015 12:16:07 +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 2A62FE0891 for ; Wed, 26 Aug 2015 12:16:07 +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 45D4C340A4A for ; Wed, 26 Aug 2015 12:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F221E15B for ; Wed, 26 Aug 2015 12:16:01 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1440534776.5d4d0847636f65965dfa9bed7367a4ebb88220f2.xmw@gentoo> Subject: [gentoo-commits] dev/xmw:master commit in: dev-python/PyCLP/ X-VCS-Repository: dev/xmw X-VCS-Files: dev-python/PyCLP/PyCLP-0.8-r1.ebuild X-VCS-Directories: dev-python/PyCLP/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 5d4d0847636f65965dfa9bed7367a4ebb88220f2 X-VCS-Branch: master Date: Wed, 26 Aug 2015 12:16:01 +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: a25f0b69-11a4-43ad-905a-b64e61e23d49 X-Archives-Hash: 18f15b7f6799a5dbdbff778ed00779d4 commit: 5d4d0847636f65965dfa9bed7367a4ebb88220f2 Author: Michael Weber xmw de> AuthorDate: Tue Aug 25 20:32:56 2015 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Aug 25 20:32:56 2015 +0000 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=5d4d0847 dev-python/PyCLP: Update PYTHON_COMPAT. Package-Manager: portage-2.2.20.1 Manifest-Sign-Key: 62EEF090 dev-python/PyCLP/PyCLP-0.8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyCLP/PyCLP-0.8-r1.ebuild b/dev-python/PyCLP/PyCLP-0.8-r1.ebuild index 5961db2..035d936 100644 --- a/dev-python/PyCLP/PyCLP-0.8-r1.ebuild +++ b/dev-python/PyCLP/PyCLP-0.8-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python2_6 python3_3 python3_4 ) inherit distutils-r1 DESCRIPTION="Python library to interface ECLiPSe Constraint Programmig System"