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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89997158089 for ; Mon, 30 Oct 2023 05:38:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD16D2BC013; Mon, 30 Oct 2023 05:38:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3ECF2BC013 for ; Mon, 30 Oct 2023 05:38:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 974F4335C29 for ; Mon, 30 Oct 2023 05:38:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04D9912A1 for ; Mon, 30 Oct 2023 05:38:04 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1698644254.05f5c4207352095d9d7eb7e7ab94498f16c52a38.ionen@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.10.ebuild X-VCS-Directories: dev-python/PyQt5/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 05f5c4207352095d9d7eb7e7ab94498f16c52a38 X-VCS-Branch: master Date: Mon, 30 Oct 2023 05:38: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db8f9c1a-142b-4f1d-ae33-6672e59c848a X-Archives-Hash: 35f6684d4f9eb31963c8ddd6f08f78ab commit: 05f5c4207352095d9d7eb7e7ab94498f16c52a38 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Oct 30 05:36:36 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Oct 30 05:37:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f5c420 dev-python/PyQt5: depend on newer sip for 5.15.10 Missed that, like PyQt6, this depend on the newer ABI. Results in build failure if older is used. Signed-off-by: Ionen Wolkens gentoo.org> dev-python/PyQt5/PyQt5-5.15.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyQt5/PyQt5-5.15.10.ebuild b/dev-python/PyQt5/PyQt5-5.15.10.ebuild index 660110a962d5..f9f7465eb5e1 100644 --- a/dev-python/PyQt5/PyQt5-5.15.10.ebuild +++ b/dev-python/PyQt5/PyQt5-5.15.10.ebuild @@ -85,7 +85,7 @@ RDEPEND=" " BDEPEND=" >=dev-python/PyQt-builder-1.14.1[${PYTHON_USEDEP}] - >=dev-python/sip-6.6.2[${PYTHON_USEDEP}] + >=dev-python/sip-6.7.12[${PYTHON_USEDEP}] >=dev-qt/qtcore-${QT_PV} dbus? ( virtual/pkgconfig ) "