dev-qt/qtnetworkauth: add 6.9.2

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-08-26 06:09:44 -04:00
parent 07f6fd12da
commit dbd109bcb4
2 changed files with 16 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST qtnetworkauth-everywhere-src-6.9.1.tar.xz 447664 BLAKE2B 1a667957b29ef84a11f6e3fa5a99ff6efa7f8b5aa59daedc5d5b494b83d00e52f088b910d1283a9a01dcb304d16625f081fc3e5bbaac9179142b2b270cdcae4f SHA512 455e835b8ab3ab22421966220902d45c6aed6a1f1517da15ada3af2670324f9b6e0f8ee20a70b24c45dd0d1894a0a1e00c6e7d03630de94705da2c9379af3627
DIST qtnetworkauth-everywhere-src-6.9.2.tar.xz 432076 BLAKE2B 1c4e5aab0ad26fafb751432fb4faa97c2f7f98330e70b52bc80cba7d8a6fd01aa9a2e91ffc902325db41b5eb45d1c2e5f59fda834af1a2a8e361965ac7c05740 SHA512 ee6c54314dc390ed453081afdce317eedaab097873bd6606b1f7452cbeba518c27111f99ac8ef61e1a0819f7aa3cd3100397409c3cc76cbbe7164d7a19b67ba9

View File

@@ -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}"