summaryrefslogtreecommitdiff
path: root/dev-qt/qtnetworkauth/qtnetworkauth-6.10.1.ebuild
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-11-20 07:07:18 -0500
committerIonen Wolkens <ionen@gentoo.org>2025-11-20 07:51:54 -0500
commit61dc4b3cb7427c6560a8f0899d4417f021ee5502 (patch)
tree3d781466cc5cf63d647d8d62cb24f1b7d3fd9975 /dev-qt/qtnetworkauth/qtnetworkauth-6.10.1.ebuild
parentf6d52048388977b6af47f6c97f67d2b46c1c1478 (diff)
downloadgentoo-61dc4b3cb7427c6560a8f0899d4417f021ee5502.tar.gz
gentoo-61dc4b3cb7427c6560a8f0899d4417f021ee5502.tar.bz2
gentoo-61dc4b3cb7427c6560a8f0899d4417f021ee5502.zip
dev-qt/qtnetworkauth: add 6.10.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtnetworkauth/qtnetworkauth-6.10.1.ebuild')
-rw-r--r--dev-qt/qtnetworkauth/qtnetworkauth-6.10.1.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-6.10.1.ebuild b/dev-qt/qtnetworkauth/qtnetworkauth-6.10.1.ebuild
new file mode 100644
index 000000000000..63beca1f3ccb
--- /dev/null
+++ b/dev-qt/qtnetworkauth/qtnetworkauth-6.10.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 2021-2025 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 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+fi
+
+RDEPEND="~dev-qt/qtbase-${PV}:6[gui,network]"
+DEPEND="${RDEPEND}"