kde-frameworks: 5.40.0 amd64 stable, bug #639542
[gentoo.git] / kde-frameworks / threadweaver / threadweaver-5.37.0.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit kde5
7
8 DESCRIPTION="Framework for managing threads using job and queue-based interfaces"
9 LICENSE="LGPL-2+"
10 KEYWORDS="amd64 ~arm ~arm64 x86"
11 IUSE=""
12
13 src_prepare() {
14         cmake_comment_add_subdirectory benchmarks
15         kde5_src_prepare
16 }