summaryrefslogtreecommitdiff
blob: d0bffd7cf58e98e6de9580c11947b5fbd99a85ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_TEST="forceoptional"
inherit ecm kde.org

DESCRIPTION="C++ library for controlling asynchronous tasks"
HOMEPAGE="https://api.kde.org/kasync/html/index.html"

if [[ ${KDE_BUILD_TYPE} = release ]]; then
	SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz"
	KEYWORDS="~amd64"
fi

LICENSE="LGPL-2+"
SLOT="5"