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 C445A139694 for ; Wed, 12 Jul 2017 14:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 237EC2741A9; Wed, 12 Jul 2017 14:43:08 +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 030D82741A9 for ; Wed, 12 Jul 2017 14:43:08 +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 C256A341A9B 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 1279974B5 for ; Wed, 12 Jul 2017 14:43:04 +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: <1499870553.42b16174acb722592360a2c5b4599ae53f21bd37.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gns3-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild X-VCS-Directories: net-misc/gns3-gui/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 42b16174acb722592360a2c5b4599ae53f21bd37 X-VCS-Branch: master Date: Wed, 12 Jul 2017 14:43:04 +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: d50bb9be-a619-431a-8a94-3edeb2740be0 X-Archives-Hash: fb5f0e7d515c4d62baee123078052e16 commit: 42b16174acb722592360a2c5b4599ae53f21bd37 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 12 14:04:01 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 12 14:42:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b16174 net-misc/gns3-gui: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild b/net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild index 4db84c3509a..c6bf52a6ad9 100644 --- a/net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild +++ b/net-misc/gns3-gui/gns3-gui-2.0.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5} ) inherit distutils-r1 eutils