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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9616815808B for ; Fri, 4 Oct 2024 21:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C0D2E29F6; Fri, 4 Oct 2024 21:04:11 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 4F494E29F6 for ; Fri, 4 Oct 2024 21:04:11 +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 4704D3430A0 for ; Fri, 4 Oct 2024 21:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6557927FD for ; Fri, 4 Oct 2024 21:04:07 +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: <1728075796.aed99d9fa47a414f32480c3311f7805efca731ff.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signon-oauth2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/signon-oauth2/signon-oauth2-0.25_p20210102-r1.ebuild net-libs/signon-oauth2/signon-oauth2-0.25_p20210102.ebuild X-VCS-Directories: net-libs/signon-oauth2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: aed99d9fa47a414f32480c3311f7805efca731ff X-VCS-Branch: master Date: Fri, 4 Oct 2024 21:04:07 +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: 74360e88-5174-44ba-97aa-fcc7606c9201 X-Archives-Hash: cfa3bf4910b7f7b6da505a5210f6464c commit: aed99d9fa47a414f32480c3311f7805efca731ff Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 4 20:54:28 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 4 21:03:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed99d9f net-libs/signon-oauth2: Prepare for IUSE qt6 USEdep droppage ... in net-libs/signond Signed-off-by: Andreas Sturmlechner gentoo.org> ...th2-0.25_p20210102.ebuild => signon-oauth2-0.25_p20210102-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/signon-oauth2/signon-oauth2-0.25_p20210102.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.25_p20210102-r1.ebuild similarity index 98% rename from net-libs/signon-oauth2/signon-oauth2-0.25_p20210102.ebuild rename to net-libs/signon-oauth2/signon-oauth2-0.25_p20210102-r1.ebuild index 060cd8e719a1..064c9dfa4fd9 100644 --- a/net-libs/signon-oauth2/signon-oauth2-0.25_p20210102.ebuild +++ b/net-libs/signon-oauth2/signon-oauth2-0.25_p20210102-r1.ebuild @@ -40,7 +40,7 @@ RDEPEND=" dev-qt/qtnetwork:5[ssl] ) qt6? ( dev-qt/qtbase:6[network,ssl] ) - >=net-libs/signond-8.61-r100[qt5=,qt6=] + >=net-libs/signond-8.61-r100[qt5=,qt6(+)=] " DEPEND=" ${RDEPEND}