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 C895A1382C5 for ; Mon, 5 Mar 2018 00:11:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D75E5E0893; Mon, 5 Mar 2018 00:11:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B226CE0893 for ; Mon, 5 Mar 2018 00:11:50 +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 724D6335C4F for ; Mon, 5 Mar 2018 00:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 049E623F for ; Mon, 5 Mar 2018 00:11:48 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1520208683.e28d71422c4cc78a6a91db32c013038f84bff290.whissi@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.1.3-r1.ebuild net-misc/gns3-gui/gns3-gui-2.1.3.ebuild X-VCS-Directories: net-misc/gns3-gui/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: e28d71422c4cc78a6a91db32c013038f84bff290 X-VCS-Branch: master Date: Mon, 5 Mar 2018 00:11:48 +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: 6aaa9ea5-0ed5-47ca-9141-521ff1e5f8d9 X-Archives-Hash: f53bb345d228393ab5deab1d850f4158 commit: e28d71422c4cc78a6a91db32c013038f84bff290 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Mar 5 00:11:23 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Mar 5 00:11:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e28d7142 net-misc/gns3-gui: Rev bump to add dev-python/PyQt5[websockets] requirement Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-misc/gns3-gui/{gns3-gui-2.1.3.ebuild => gns3-gui-2.1.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/gns3-gui/gns3-gui-2.1.3.ebuild b/net-misc/gns3-gui/gns3-gui-2.1.3-r1.ebuild similarity index 89% rename from net-misc/gns3-gui/gns3-gui-2.1.3.ebuild rename to net-misc/gns3-gui/gns3-gui-2.1.3-r1.ebuild index 4b0c4fe8bdf..e8b9a99df0c 100644 --- a/net-misc/gns3-gui/gns3-gui-2.1.3.ebuild +++ b/net-misc/gns3-gui/gns3-gui-2.1.3-r1.ebuild @@ -24,8 +24,8 @@ RDEPEND=" >=dev-python/ws4py-0.3.4[${PYTHON_USEDEP}] >=dev-python/requests-2.6.0[${PYTHON_USEDEP}] >=dev-python/paramiko-1.15.1[${PYTHON_USEDEP}] - =net-misc/gns3-server-$PVR[${PYTHON_USEDEP}] - dev-python/PyQt5[gui,network,svg,widgets,${PYTHON_USEDEP}] + ~net-misc/gns3-server-$PV[${PYTHON_USEDEP}] + dev-python/PyQt5[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}] " DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"