summaryrefslogtreecommitdiff
path: root/dev-qt/qtconcurrent/qtconcurrent-5.15.18.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-11-02 10:44:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-11-02 14:09:17 +0100
commit6c5234feee9dd467c138a22d8e56be1b460e62ab (patch)
tree0fe1e817f3a9510386c0349bd0bdf579eaeb4949 /dev-qt/qtconcurrent/qtconcurrent-5.15.18.ebuild
parent903a5c1d3f30047bc305bcb9dcb45f68078df3c9 (diff)
downloadgentoo-6c5234feee9dd467c138a22d8e56be1b460e62ab.tar.gz
gentoo-6c5234feee9dd467c138a22d8e56be1b460e62ab.tar.bz2
gentoo-6c5234feee9dd467c138a22d8e56be1b460e62ab.zip
dev-qt/qtconcurrent: add 5.15.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtconcurrent/qtconcurrent-5.15.18.ebuild')
-rw-r--r--dev-qt/qtconcurrent/qtconcurrent-5.15.18.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.15.18.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.15.18.ebuild
new file mode 100644
index 000000000000..ad5702f66399
--- /dev/null
+++ b/dev-qt/qtconcurrent/qtconcurrent-5.15.18.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2025 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 ~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
+)