diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2018-02-22 20:57:05 +0100 |
---|---|---|
committer | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2018-02-22 23:14:14 +0100 |
commit | f2bf13a5ccbae4502df2f1624b772e55047df240 (patch) | |
tree | 47048846a6f8d75b358c91829b26072555b03152 /dev-qt/qtplugininfo | |
parent | dev-qt/qdoc: Drop keywords: arm hppa ppc ppc64 (sys-devel/clang) (diff) | |
download | qt-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/qtplugininfo')
-rw-r--r-- | dev-qt/qtplugininfo/qtplugininfo-5.10.9999.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-qt/qtplugininfo/qtplugininfo-5.10.9999.ebuild b/dev-qt/qtplugininfo/qtplugininfo-5.10.9999.ebuild deleted file mode 100644 index 43ae95d1..00000000 --- a/dev-qt/qtplugininfo/qtplugininfo-5.10.9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Qt5 plugin metadata dumper" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/qtplugininfo -) |