Merge remote-tracking branch 'github/pr/1091'
[gentoo.git] / kde-frameworks / threadweaver / threadweaver-5.20.0.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=6
6
7 inherit kde5
8
9 DESCRIPTION="Framework for managing threads using job and queue-based interfaces"
10 LICENSE="LGPL-2+"
11 KEYWORDS="~amd64 ~arm ~x86"
12 IUSE=""
13
14 src_prepare() {
15         cmake_comment_add_subdirectory benchmarks
16         kde5_src_prepare
17 }