aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2018-02-22 20:57:05 +0100
committerAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2018-02-22 23:14:14 +0100
commitf2bf13a5ccbae4502df2f1624b772e55047df240 (patch)
tree47048846a6f8d75b358c91829b26072555b03152 /dev-qt/qtwebview
parentdev-qt/qdoc: Drop keywords: arm hppa ppc ppc64 (sys-devel/clang) (diff)
downloadqt-f2bf13a5ccbae4502df2f1624b772e55047df240.tar.gz
qt-f2bf13a5ccbae4502df2f1624b772e55047df240.tar.bz2
qt-f2bf13a5ccbae4502df2f1624b772e55047df240.zip
dev-qt: Drop Qt 5.10 stable branch
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-qt/qtwebview')
-rw-r--r--dev-qt/qtwebview/qtwebview-5.10.9999.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild b/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild
deleted file mode 100644
index 43288fc1..00000000
--- a/dev-qt/qtwebview/qtwebview-5.10.9999.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Module for displaying web content in a QML application using the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtdeclarative-${PV}
- ~dev-qt/qtgui-${PV}
- ~dev-qt/qtwebengine-${PV}
-"
-RDEPEND="${DEPEND}"