summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebview/qtwebview-6.10.9999.ebuild
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2025-06-07 05:03:14 -0400
committerIonen Wolkens <ionen@gentoo.org>2025-06-07 08:01:21 -0400
commit34ac1a70c77f0c8d01b2c16df5277f71eaad215b (patch)
tree567d64e79b5293815b7f76b9d200f5b5a0a11b8d /dev-qt/qtwebview/qtwebview-6.10.9999.ebuild
parent4d0d98c1a90345880cedbca4c88a42ac5a4e9815 (diff)
downloadgentoo-34ac1a70c77f0c8d01b2c16df5277f71eaad215b.tar.gz
gentoo-34ac1a70c77f0c8d01b2c16df5277f71eaad215b.tar.bz2
gentoo-34ac1a70c77f0c8d01b2c16df5277f71eaad215b.zip
dev-qt/qtwebview: add 6.10.9999
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebview/qtwebview-6.10.9999.ebuild')
-rw-r--r--dev-qt/qtwebview/qtwebview-6.10.9999.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-qt/qtwebview/qtwebview-6.10.9999.ebuild b/dev-qt/qtwebview/qtwebview-6.10.9999.ebuild
new file mode 100644
index 000000000000..997d25e35259
--- /dev/null
+++ b/dev-qt/qtwebview/qtwebview-6.10.9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="Module for displaying web content in a QML application using the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~arm64"
+fi
+
+RDEPEND="
+ ~dev-qt/qtbase-${PV}:6[gui]
+ ~dev-qt/qtdeclarative-${PV}:6
+ ~dev-qt/qtwebengine-${PV}:6[qml]
+"
+DEPEND="${RDEPEND}"