diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-05-14 14:52:02 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-05-14 14:52:02 +0100 |
commit | 55f8030faacee6e87d1addaf89cd779608d200ce (patch) | |
tree | 4362164e958cdd8be4e7abdd84967e65f9675444 /dev-qt/qtwebview/qtwebview-5.9.5-r1000.ebuild | |
parent | 4163fd82b65395825cbaa70f5323bccecebae97b (diff) |
dev-qt/qtwebview : import from gentoo tree, make it use our eclass, increase revision to beat gentoo
Diffstat (limited to 'dev-qt/qtwebview/qtwebview-5.9.5-r1000.ebuild')
-rw-r--r-- | dev-qt/qtwebview/qtwebview-5.9.5-r1000.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-qt/qtwebview/qtwebview-5.9.5-r1000.ebuild b/dev-qt/qtwebview/qtwebview-5.9.5-r1000.ebuild new file mode 100644 index 00000000..634de99d --- /dev/null +++ b/dev-qt/qtwebview/qtwebview-5.9.5-r1000.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qt5-build-r10000 + +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}" |