| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools git-r3
DESCRIPTION="A command queue"
HOMEPAGE="https://github.com/RPI-HPC/cq"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/RPI-HPC/${PN}"
fi
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
DEPEND="dev-libs/protobuf-c
net-libs/zeromq
>=sys-auth/munge-0.5.11"
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf
}
dev-libs/protobuf-c net-libs/zeromq >=sys-auth/munge-0.5.11
dev-libs/protobuf-c net-libs/zeromq >=sys-auth/munge-0.5.11