From b6e96b5749eed9f0a479ac111987bf17582c50d6 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 6 Dec 2018 00:14:33 +0100 Subject: dev-qt: Drop Qt 5.11.2 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- dev-qt/qtpaths/qtpaths-5.11.2.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 dev-qt/qtpaths/qtpaths-5.11.2.ebuild (limited to 'dev-qt/qtpaths/qtpaths-5.11.2.ebuild') diff --git a/dev-qt/qtpaths/qtpaths-5.11.2.ebuild b/dev-qt/qtpaths/qtpaths-5.11.2.ebuild deleted file mode 100644 index 3e622fbb156e..000000000000 --- a/dev-qt/qtpaths/qtpaths-5.11.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Command line client to QStandardPaths" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -fi - -IUSE="" - -DEPEND=" - ~dev-qt/qtcore-${PV} -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/qtpaths -) -- cgit v1.2.3-65-gdbad