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 7DC5D59CA9 for ; Sun, 27 Mar 2016 18:07:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5CA9E0854; Sun, 27 Mar 2016 18:07:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B52FE0854 for ; Sun, 27 Mar 2016 18:07:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFC37340A7D for ; Sun, 27 Mar 2016 18:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E791D85E for ; Sun, 27 Mar 2016 18:06:55 +0000 (UTC) From: "Michael Palimaka" 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 Palimaka" Message-ID: <1459102003.c0ab49addc0b8437b572be7cd96f1e6073d22498.kensington@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-1.4.4-r2.ebuild X-VCS-Directories: net-misc/gns3-gui/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c0ab49addc0b8437b572be7cd96f1e6073d22498 X-VCS-Branch: master Date: Sun, 27 Mar 2016 18:06:55 +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: 4e290904-9c0e-455a-ae79-a80085a9ae2e X-Archives-Hash: 2ad7c1291576e3ca03e8407190ee9af6 commit: c0ab49addc0b8437b572be7cd96f1e6073d22498 Author: Michael Palimaka gentoo org> AuthorDate: Sun Mar 27 18:06:31 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Mar 27 18:06:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ab49ad net-misc/gns3-gui: fix depgraph Package-Manager: portage-2.2.28 net-misc/gns3-gui/gns3-gui-1.4.4-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/gns3-gui/gns3-gui-1.4.4-r2.ebuild b/net-misc/gns3-gui/gns3-gui-1.4.4-r2.ebuild index 42b6db0..3902b74 100644 --- a/net-misc/gns3-gui/gns3-gui-1.4.4-r2.ebuild +++ b/net-misc/gns3-gui/gns3-gui-1.4.4-r2.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{3_3,3_4} ) +PYTHON_COMPAT=( python3_4 ) inherit distutils-r1 eutils