summaryrefslogtreecommitdiff
path: root/dev-qt/qtconcurrent/qtconcurrent-5.12.2.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-21 18:33:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-21 20:21:38 +0200
commit44e7c7434835dc78b95f3cc03d0a6475222f7f3a (patch)
treec016adf8f8712daf0166a07e05b7cf91e5e35935 /dev-qt/qtconcurrent/qtconcurrent-5.12.2.ebuild
parent3a0bd9f73d3aa607a48f3c2bc032f1434c2fbf1e (diff)
downloadgentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.tar.gz
gentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.tar.bz2
gentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.zip
dev-qt: Drop Qt 5.12.2
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtconcurrent/qtconcurrent-5.12.2.ebuild')
-rw-r--r--dev-qt/qtconcurrent/qtconcurrent-5.12.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.12.2.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.12.2.ebuild
deleted file mode 100644
index a8d2c0d80bfb..000000000000
--- a/dev-qt/qtconcurrent/qtconcurrent-5.12.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2019 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
-)