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 0D60C139083 for ; Sun, 10 Dec 2017 10:27:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BB46E11B0; Sun, 10 Dec 2017 10:27:53 +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 EF95DE11A3 for ; Sun, 10 Dec 2017 10:27:52 +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 3666033BE2E for ; Sun, 10 Dec 2017 10:27:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A1C0AE80 for ; Sun, 10 Dec 2017 10:27:49 +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: <1512901389.366ea0d73767593a8bcc57580ee9a2cda7a407c7.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/hpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/hpx/hpx-1.0.0.ebuild sys-cluster/hpx/hpx-9999.ebuild X-VCS-Directories: sys-cluster/hpx/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 366ea0d73767593a8bcc57580ee9a2cda7a407c7 X-VCS-Branch: master Date: Sun, 10 Dec 2017 10:27:49 +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: 64ee5c68-2d82-4fd7-8937-4a2f216da394 X-Archives-Hash: 12c2f5917ff7d04eec00247cc628ed86 commit: 366ea0d73767593a8bcc57580ee9a2cda7a407c7 Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 10 10:23:09 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 10 10:23:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=366ea0d7 sys-cluster/hpx: Add support for newer python Package-Manager: Portage-2.3.16, Repoman-2.3.6 sys-cluster/hpx/hpx-1.0.0.ebuild | 2 +- sys-cluster/hpx/hpx-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/hpx/hpx-1.0.0.ebuild b/sys-cluster/hpx/hpx-1.0.0.ebuild index 2f8924015c1..e7b63370d53 100644 --- a/sys-cluster/hpx/hpx-1.0.0.ebuild +++ b/sys-cluster/hpx/hpx-1.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) if [ ${PV} == 9999 ] ; then inherit git-r3 diff --git a/sys-cluster/hpx/hpx-9999.ebuild b/sys-cluster/hpx/hpx-9999.ebuild index 9d7e3474956..1fb725a966f 100644 --- a/sys-cluster/hpx/hpx-9999.ebuild +++ b/sys-cluster/hpx/hpx-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 CMAKE_MAKEFILE_GENERATOR="ninja" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) if [ ${PV} == 9999 ] ; then inherit git-r3