diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-09 10:18:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-09 10:18:51 +0200 |
commit | afd35d48cef2832a1e5db5169d3d0d84d1345a62 (patch) | |
tree | e4e8b2bbc796f97a60c8a21b947c14dcc072755d /dev-qt/qthelp/qthelp-5.13.2.ebuild | |
parent | net-misc/httpie: x86 stable wrt bug #721524 (diff) | |
download | gentoo-afd35d48cef2832a1e5db5169d3d0d84d1345a62.tar.gz gentoo-afd35d48cef2832a1e5db5169d3d0d84d1345a62.tar.bz2 gentoo-afd35d48cef2832a1e5db5169d3d0d84d1345a62.zip |
dev-qt: Drop Qt 5.13.2
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qthelp/qthelp-5.13.2.ebuild')
-rw-r--r-- | dev-qt/qthelp/qthelp-5.13.2.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-qt/qthelp/qthelp-5.13.2.ebuild b/dev-qt/qthelp/qthelp-5.13.2.ebuild deleted file mode 100644 index e859fdce9a22..000000000000 --- a/dev-qt/qthelp/qthelp-5.13.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Qt5 module for integrating online documentation into applications" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="arm" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV} - ~dev-qt/qtnetwork-${PV} - ~dev-qt/qtsql-${PV}[sqlite] - ~dev-qt/qtwidgets-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/assistant/help - src/assistant/qcollectiongenerator - src/assistant/qhelpgenerator -) |