dev-libs/libxml2: arm64 stable (bug #701020)
[gentoo.git] / dev-libs / concurrencykit / concurrencykit-0.5.2.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 MY_PN="ck"
7 MY_P="${MY_PN}-${PV}"
8
9 DESCRIPTION="A library with concurrency related algorithms and data structures in C"
10 HOMEPAGE="http://concurrencykit.org"
11 SRC_URI="http://concurrencykit.org/releases/${MY_P}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="Apache-2.0 BSD-2"
14 SLOT="0"
15 KEYWORDS="amd64 x86"
16
17 # libck.so name collision #616762
18 # these packages have nothing in common
19 RDEPEND="!sys-cluster/charm"
20
21 S="${WORKDIR}/${MY_P}"