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 76EE6158094 for ; Thu, 8 Sep 2022 17:18:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD023E09DD; Thu, 8 Sep 2022 17:18:14 +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 8FDCBE09DD for ; Thu, 8 Sep 2022 17:18:14 +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 A39C0341048 for ; Thu, 8 Sep 2022 17:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FE5BD4 for ; Thu, 8 Sep 2022 17:18:12 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1662657426.943f1f45e69cee8a1c159244f91d822042f35b2d.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetworkauth/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtnetworkauth/qtnetworkauth-6.9999.ebuild X-VCS-Directories: dev-qt/qtnetworkauth/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 943f1f45e69cee8a1c159244f91d822042f35b2d X-VCS-Branch: master Date: Thu, 8 Sep 2022 17:18:12 +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: 4f73e2a5-2525-42cc-b1bb-7cbaa036a89b X-Archives-Hash: da8f25da9273359b4f3067424dd7f3a9 commit: 943f1f45e69cee8a1c159244f91d822042f35b2d Author: Jimi Huotari gentoo org> AuthorDate: Thu Sep 8 17:16:54 2022 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Sep 8 17:17:06 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=943f1f45 dev-qt/qtnetworkauth: add 6.9999 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtnetworkauth/qtnetworkauth-6.9999.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-6.9999.ebuild b/dev-qt/qtnetworkauth/qtnetworkauth-6.9999.ebuild new file mode 100644 index 00000000..ed8b23db --- /dev/null +++ b/dev-qt/qtnetworkauth/qtnetworkauth-6.9999.ebuild @@ -0,0 +1,17 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit qt6-build + +DESCRIPTION="Network authorization library for the Qt6 framework" + +if [[ ${QT6_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +DEPEND=" + =dev-qt/qtbase-${PV}*[network,widgets] +" +RDEPEND="${DEPEND}"