dev-qt/qtnetworkauth: add 6.11.2

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-08-18 07:15:21 -04:00
parent a10fd2073c
commit b3a9d89492
2 changed files with 16 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST qtnetworkauth-everywhere-src-6.11.1.tar.xz 435572 BLAKE2B 983f5c1b5daf99e821c7bf440a8a4da53e603f12b69390d5faeeb76b8bb84ffa19639bd06a7868498ac01c870da7b4c5e90a977d142815215f86f19a9765454e SHA512 70bb3f603a5468e0e6d7530bb1020c29a7615095ccd7952aab8fe8c65bcff0a885e6a7ae1e3292fafc88ab310a7893647cd0271c7dd016f69886cd974dc3a722
DIST qtnetworkauth-everywhere-src-6.11.2.tar.xz 435820 BLAKE2B 1ba33bd4a0bffb9c6c7da87a91a5cd09b7c670c721cabf3e05f7e1e06a001c243b189a7573e626b286af3569243497be62152e70b72d292275bad64caf80fd95 SHA512 c24ef83e9e77f886dbc8d0d991769f585287b1721adae6df9593af7923d08cdd157314655772e904d8c7f55474e6ec1fb0af98ce89b18383868fe00d1f5cf098

View File

@@ -0,0 +1,15 @@
# Copyright 2021-2026 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}"