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 923C5139694 for ; Wed, 12 Jul 2017 14:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D16232740F5; Wed, 12 Jul 2017 14:43:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AB2A92740F5 for ; Wed, 12 Jul 2017 14:43:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BA9E2341A44 for ; Wed, 12 Jul 2017 14:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0004A74B4 for ; Wed, 12 Jul 2017 14:43:03 +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: <1499870552.7dd03adbc7dfd35e47670daac4d3980893c9b758.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild X-VCS-Directories: net-misc/gns3-server/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7dd03adbc7dfd35e47670daac4d3980893c9b758 X-VCS-Branch: master Date: Wed, 12 Jul 2017 14:43:03 +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: 29448817-18e6-4e18-ae95-c3797d7525e9 X-Archives-Hash: e7ec0d195f4a502f13d3fbb3aaa71d10 commit: 7dd03adbc7dfd35e47670daac4d3980893c9b758 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 12 14:03:46 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 12 14:42:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd03adb net-misc/gns3-server: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild b/net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild index 36052e7fc72..ad8999cd0bd 100644 --- a/net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild +++ b/net-misc/gns3-server/gns3-server-2.0.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5} ) inherit distutils-r1 eutils