From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1567091-garchives=archives.gentoo.org@lists.gentoo.org>
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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 032FD158089
	for <garchives@archives.gentoo.org>; Wed,  1 Nov 2023 11:22:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 434272BC020;
	Wed,  1 Nov 2023 11:22:29 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 D0D532BC020
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Nov 2023 11:22:28 +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 AFE64335CA6
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Nov 2023 11:22:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 02D3911BC
	for <gentoo-commits@lists.gentoo.org>; Wed,  1 Nov 2023 11:22:26 +0000 (UTC)
From: "Ionen Wolkens" <ionen@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, "Ionen Wolkens" <ionen@gentoo.org>
Message-ID: <1698837696.7960d15ad9c8ea742d86bca74f78b88e88a5fcab.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-r1.ebuild 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: 7960d15ad9c8ea742d86bca74f78b88e88a5fcab
X-VCS-Branch: master
Date: Wed,  1 Nov 2023 11:22:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b04daa67-b507-4323-928b-e4f5846f884f
X-Archives-Hash: c78f3df4b35fc941ee473302aa59a8f0

commit:     7960d15ad9c8ea742d86bca74f78b88e88a5fcab
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  1 11:15:21 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Nov  1 11:21:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7960d15a

dev-python/PyQt5: bump minimum required PyQt5-sip in 5.15.10

Was already done for PyQt6, but missed that ABI_VERSION was
bumped in PyQt5 too.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-python/PyQt5/{PyQt5-5.15.10.ebuild => PyQt5-5.15.10-r1.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-r1.ebuild
similarity index 98%
rename from dev-python/PyQt5/PyQt5-5.15.10.ebuild
rename to dev-python/PyQt5/PyQt5-5.15.10-r1.ebuild
index f9f7465eb5e1..e899fd14a6da 100644
--- a/dev-python/PyQt5/PyQt5-5.15.10.ebuild
+++ b/dev-python/PyQt5/PyQt5-5.15.10-r1.ebuild
@@ -81,7 +81,7 @@ DEPEND="
 "
 RDEPEND="
 	${DEPEND}
-	>=dev-python/PyQt5-sip-12.11:=[${PYTHON_USEDEP}]
+	>=dev-python/PyQt5-sip-12.13:=[${PYTHON_USEDEP}]
 "
 BDEPEND="
 	>=dev-python/PyQt-builder-1.14.1[${PYTHON_USEDEP}]