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 2DA4D158083 for ; Mon, 9 Sep 2024 14:40:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54D7CE29D6; Mon, 9 Sep 2024 14:40:00 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41568E29D6 for ; Mon, 9 Sep 2024 14:40:00 +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 89A45342FB6 for ; Mon, 9 Sep 2024 14:39:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CDBE1DFC for ; Mon, 9 Sep 2024 14:39:58 +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: <1725892762.2dbbab09a557b44ffb7dbb384d8911553515ff1e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/kdsoap/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/kdsoap/kdsoap-9999.ebuild X-VCS-Directories: net-libs/kdsoap/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2dbbab09a557b44ffb7dbb384d8911553515ff1e X-VCS-Branch: master Date: Mon, 9 Sep 2024 14:39:58 +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: 94f82626-3ff4-498d-a449-b78fa4189eea X-Archives-Hash: 9dd8d76f042e3117b9280161a4056e86 commit: 2dbbab09a557b44ffb7dbb384d8911553515ff1e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 9 14:39:22 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 9 14:39:22 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2dbbab09 net-libs/kdsoap: Switch IUSE default from +qt5 to +qt6 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/kdsoap/kdsoap-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/kdsoap/kdsoap-9999.ebuild b/net-libs/kdsoap/kdsoap-9999.ebuild index 64e1ce9418..6d8bbb3f40 100644 --- a/net-libs/kdsoap/kdsoap-9999.ebuild +++ b/net-libs/kdsoap/kdsoap-9999.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://www.kdab.com/development-resources/qt-tools/kd-soap/" LICENSE="GPL-3 AGPL-3" SLOT="0/2" -IUSE="+qt5 qt6" +IUSE="qt5 +qt6" REQUIRED_USE="|| ( qt5 qt6 )" RDEPEND="