summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebview/qtwebview-6.6.1.ebuild
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-02-21 23:55:51 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-02-22 01:14:29 -0500
commit571f13a4ae38a59d2172249da16a9931fa88a6c9 (patch)
tree7a327af23fc044cc35247b6a0146e2934a88c42b /dev-qt/qtwebview/qtwebview-6.6.1.ebuild
parentfb4ec90b6ad37adfa01bc2789bb2f92d1fbf5007 (diff)
downloadgentoo-571f13a4ae38a59d2172249da16a9931fa88a6c9.tar.gz
gentoo-571f13a4ae38a59d2172249da16a9931fa88a6c9.tar.bz2
gentoo-571f13a4ae38a59d2172249da16a9931fa88a6c9.zip
dev-qt/qtwebview: drop 6.6.1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebview/qtwebview-6.6.1.ebuild')
-rw-r--r--dev-qt/qtwebview/qtwebview-6.6.1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-qt/qtwebview/qtwebview-6.6.1.ebuild b/dev-qt/qtwebview/qtwebview-6.6.1.ebuild
deleted file mode 100644
index 0853239464c0..000000000000
--- a/dev-qt/qtwebview/qtwebview-6.6.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2023 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"
-fi
-
-RDEPEND="
- ~dev-qt/qtbase-${PV}:6[gui]
- ~dev-qt/qtdeclarative-${PV}:6
- ~dev-qt/qtwebengine-${PV}:6[qml]
-"
-DEPEND="${RDEPEND}"