From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D78891580E0 for ; Tue, 28 Jan 2025 18:57:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B8B38343065 for ; Tue, 28 Jan 2025 18:57:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B22CF1103B6; Tue, 28 Jan 2025 18:57:43 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A2EB31103B6 for ; Tue, 28 Jan 2025 18:57:43 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F1AA343065 for ; Tue, 28 Jan 2025 18:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC31A11A7 for ; Tue, 28 Jan 2025 18:57:41 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1738090596.225c42fac105d6bc4761d681c379afe0111c31c8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild X-VCS-Directories: dev-python/qscintilla/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 225c42fac105d6bc4761d681c379afe0111c31c8 X-VCS-Branch: master Date: Tue, 28 Jan 2025 18:57:41 +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: f8ee0b2b-3fc6-4924-902a-d89699dc8bcb X-Archives-Hash: f61db392bdc8f0d54dba729ca5ca4414 commit: 225c42fac105d6bc4761d681c379afe0111c31c8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 28 18:56:36 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 28 18:56:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225c42fa dev-python/qscintilla: Switch IUSE +qt5/qt6 to qt5/+qt6 Majority of revdeps now requests Qt6. Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild b/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild index de90727fa909..0c5a43772d03 100644 --- a/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild +++ b/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}/Python LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc64 x86" -IUSE="debug +qt5 qt6" +IUSE="debug qt5 +qt6" REQUIRED_USE="|| ( qt5 qt6 ) ${PYTHON_REQUIRED_USE}"