# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils DESCRIPTION="Client libraries for the PCP protocol" HOMEPAGE="https://github.com/puppetlabs/${PN}" SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" DEPEND=">dev-libs/boost-1.54 dev-libs/leatherman dev-libs/openssl:0" RDEPEND="${DEPEND}"