blob: 2823530b43bc0821d0e782635d28eab3c042fd72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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"
|