summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-14 18:13:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-14 19:36:12 +0100
commit0631d0926ba99dc9262487a1ff616338a5ec55d3 (patch)
tree2863eece4dcd6f124c3e8098782baf578e2c83d5 /dev-qt/qtconcurrent/qtconcurrent-5.11.1.ebuild
parentdev-db/sqlitestudio: Drop 3.1.1 (diff)
downloadgentoo-0631d0926ba99dc9262487a1ff616338a5ec55d3.tar.gz
gentoo-0631d0926ba99dc9262487a1ff616338a5ec55d3.tar.bz2
gentoo-0631d0926ba99dc9262487a1ff616338a5ec55d3.zip
dev-qt: Drop Qt 5.11.1
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtconcurrent/qtconcurrent-5.11.1.ebuild')
-rw-r--r--dev-qt/qtconcurrent/qtconcurrent-5.11.1.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.11.1.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.11.1.ebuild
deleted file mode 100644
index 11ac804c494b..000000000000
--- a/dev-qt/qtconcurrent/qtconcurrent-5.11.1.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="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/concurrent
-)