From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1023262-garchives=archives.gentoo.org@lists.gentoo.org>
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 28AA31382C5
	for <garchives@archives.gentoo.org>; Thu, 10 May 2018 14:10:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5CD9EE0B6F;
	Thu, 10 May 2018 14:10:45 +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 36BA3E0B40
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 May 2018 14:10:45 +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 1ABD7335C81
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 May 2018 14:10:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D490257
	for <gentoo-commits@lists.gentoo.org>; Thu, 10 May 2018 14:10:42 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1525961422.3c0a45c74ad384a9f00b31dd7f671c5f5292e31b.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/pybitmessage/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326-r1.ebuild net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326.ebuild
X-VCS-Directories: net-p2p/pybitmessage/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 3c0a45c74ad384a9f00b31dd7f671c5f5292e31b
X-VCS-Branch: master
Date: Thu, 10 May 2018 14:10:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 5c1702fd-cf16-47a1-8c0d-5752a8e0d601
X-Archives-Hash: da744d7fdbfcfdb549226f7fd6e81421

commit:     3c0a45c74ad384a9f00b31dd7f671c5f5292e31b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 10 12:26:37 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 10 14:10:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c0a45c7

net-p2p/pybitmessage: Relax dev-python/QtPy[pyqt5] USE-dep

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 ....6.3.2_p20180326.ebuild => pybitmessage-0.6.3.2_p20180326-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326.ebuild b/net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326-r1.ebuild
similarity index 96%
rename from net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326.ebuild
rename to net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326-r1.ebuild
index b06261624b0..5c6c63027b5 100644
--- a/net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326.ebuild
+++ b/net-p2p/pybitmessage/pybitmessage-0.6.3.2_p20180326-r1.ebuild
@@ -29,7 +29,7 @@ RDEPEND="${DEPEND}
 		dev-python/u-msgpack[${PYTHON_USEDEP}]
 	)
 	dev-python/PyQt5[${PYTHON_USEDEP}]
-	dev-python/QtPy[gui,pyqt5,${PYTHON_USEDEP}]
+	>=dev-python/QtPy-1.3.1[gui,pyqt5(+),${PYTHON_USEDEP}]
 	debug? ( dev-python/python-prctl[${PYTHON_USEDEP}] )
 	libnotify? (
 		dev-python/pygobject[${PYTHON_USEDEP}]