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 BC4D7139337 for ; Mon, 2 Aug 2021 02:14:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6DEDE095C; Mon, 2 Aug 2021 02:14:16 +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 78BD0E095C for ; Mon, 2 Aug 2021 02:14:16 +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 6D3A334347E for ; Mon, 2 Aug 2021 02:14:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE48F798 for ; Mon, 2 Aug 2021 02:14:12 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1627870448.6f1749b5b9dd67e2f58157e3703f562efa00374d.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt5/PyQt5-5.15.4-r1.ebuild X-VCS-Directories: dev-python/PyQt5/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 6f1749b5b9dd67e2f58157e3703f562efa00374d X-VCS-Branch: master Date: Mon, 2 Aug 2021 02:14:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7dc725a8-6620-46eb-898f-834a56ad378e X-Archives-Hash: a6c8d3f8d4293725df55f755afd9276a commit: 6f1749b5b9dd67e2f58157e3703f562efa00374d Author: Davide Pesavento gentoo org> AuthorDate: Mon Aug 2 02:13:36 2021 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Aug 2 02:14:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1749b5 dev-python/PyQt5: restrict sip dep to :0 in 5.15.4-r1 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Davide Pesavento gentoo.org> dev-python/PyQt5/PyQt5-5.15.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyQt5/PyQt5-5.15.4-r1.ebuild b/dev-python/PyQt5/PyQt5-5.15.4-r1.ebuild index 78f0bdd5dd0..7030695c18f 100644 --- a/dev-python/PyQt5/PyQt5-5.15.4-r1.ebuild +++ b/dev-python/PyQt5/PyQt5-5.15.4-r1.ebuild @@ -85,7 +85,7 @@ RDEPEND="${PYTHON_DEPS} xmlpatterns? ( >=dev-qt/qtxmlpatterns-${QT_PV} ) " DEPEND="${RDEPEND} - >=dev-python/sip-4.19.25[${PYTHON_USEDEP}] + >=dev-python/sip-4.19.25:0[${PYTHON_USEDEP}] dbus? ( virtual/pkgconfig ) "