diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 22:35:16 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-25 23:40:47 +0100 |
commit | a663ab344d4deebd60dc35994eb659579412754d (patch) | |
tree | a5bf169a05fe2b3452a93f75cc460c51a61b44c4 /dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild | |
parent | dev-db/redis: drop to ~hppa (diff) | |
download | gentoo-a663ab344d4deebd60dc35994eb659579412754d.tar.gz gentoo-a663ab344d4deebd60dc35994eb659579412754d.tar.bz2 gentoo-a663ab344d4deebd60dc35994eb659579412754d.zip |
dev-qt: Add Qt 5.15.2
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild new file mode 100644 index 000000000000..c484cbcb1761 --- /dev/null +++ b/dev-qt/qtconcurrent/qtconcurrent-5.15.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +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" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV}:5= +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/concurrent +) |