summaryrefslogtreecommitdiff
path: root/dev-qt/qtnetworkauth/qtnetworkauth-5.15.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-13 23:44:17 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-13 23:44:17 +0100
commitfdca6388cf31827202fae75cae067c695bd09339 (patch)
tree5021150295c139ea6a808950a9e1928b8ef593b8 /dev-qt/qtnetworkauth/qtnetworkauth-5.15.9.ebuild
parentb43fb9ec552fc1a84599161478d77c6716dd9e0a (diff)
gentoo auto-resync : 13:04:2023 - 23:44:17
Diffstat (limited to 'dev-qt/qtnetworkauth/qtnetworkauth-5.15.9.ebuild')
-rw-r--r--dev-qt/qtnetworkauth/qtnetworkauth-5.15.9.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.9.ebuild b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.9.ebuild
new file mode 100644
index 000000000000..8ca55634ef0e
--- /dev/null
+++ b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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="
+ =dev-qt/qtcore-${QT5_PV}*
+ =dev-qt/qtnetwork-${QT5_PV}*
+"
+RDEPEND="${DEPEND}"