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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C48E1581EC for ; Thu, 21 Nov 2024 15:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D5A4E07EC; Thu, 21 Nov 2024 15:58:21 +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 AB514E080E for ; Thu, 21 Nov 2024 15:58:18 +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 C2D8A342F65 for ; Thu, 21 Nov 2024 15:58:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 630EB1E74 for ; Thu, 21 Nov 2024 15:58:16 +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: <1732204660.f0b94a7da5b7368dfb68ffc995bb5f25290a634c.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetworkauth/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtnetworkauth/qtnetworkauth-5.15.14.9999.ebuild X-VCS-Directories: dev-qt/qtnetworkauth/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f0b94a7da5b7368dfb68ffc995bb5f25290a634c X-VCS-Branch: master Date: Thu, 21 Nov 2024 15:58:16 +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: 959aa77e-59fd-458a-8ab0-2d33f33de4fd X-Archives-Hash: e7adb016a2ba6cfbb2383ace6c6101c7 commit: f0b94a7da5b7368dfb68ffc995bb5f25290a634c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 30 10:20:16 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 21 15:57:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f0b94a7d dev-qt/qtnetworkauth: add live switch and QT5_KDEPATCHSET_REV=1 Syncing with ::gentoo Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtnetworkauth/qtnetworkauth-5.15.14.9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.14.9999.ebuild b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.14.9999.ebuild index 8ca55634..f593342d 100644 --- a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.14.9999.ebuild +++ b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.14.9999.ebuild @@ -3,15 +3,16 @@ EAPI=8 +if [[ ${PV} != *9999* ]]; then + QT5_KDEPATCHSET_REV=1 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +fi + inherit qt5-build DESCRIPTION="Network authorization library for the Qt5 framework" LICENSE="GPL-3" -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -fi - IUSE="" DEPEND="