summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-04-04 20:32:48 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-04-05 17:00:51 +0200
commite0cea8021137ff97ec2b5e1a756fcd06dbe3db18 (patch)
treebc408dd58e6760f00c59c6880f6bdb03bc3cdbbe /dev-qt/qtconcurrent/qtconcurrent-5.15.12.ebuild
parentdev-qt/qtcharts: drop 5.15.12 (diff)
downloadgentoo-e0cea8021137ff97ec2b5e1a756fcd06dbe3db18.tar.gz
gentoo-e0cea8021137ff97ec2b5e1a756fcd06dbe3db18.tar.bz2
gentoo-e0cea8021137ff97ec2b5e1a756fcd06dbe3db18.zip
dev-qt/qtconcurrent: drop 5.15.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtconcurrent/qtconcurrent-5.15.12.ebuild')
-rw-r--r--dev-qt/qtconcurrent/qtconcurrent-5.15.12.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.15.12.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.15.12.ebuild
deleted file mode 100644
index 39dca7203cea..000000000000
--- a/dev-qt/qtconcurrent/qtconcurrent-5.15.12.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != *9999* ]]; then
- QT5_KDEPATCHSET_REV=1
- KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-fi
-
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework"
-
-IUSE=""
-
-DEPEND="=dev-qt/qtcore-${QT5_PV}*:5="
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/concurrent
-)