diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-10-15 13:02:12 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-10-15 13:22:40 +0300 |
commit | 1c4168493ca6cf243985a6f4efebc5986438295c (patch) | |
tree | cca749dc3a917f78bb16f9c971d5dccddc5e3a1e /net-libs | |
parent | net-libs/czmq: bump to v4.2.1 (diff) | |
download | gentoo-1c4168493ca6cf243985a6f4efebc5986438295c.tar.gz gentoo-1c4168493ca6cf243985a6f4efebc5986438295c.tar.bz2 gentoo-1c4168493ca6cf243985a6f4efebc5986438295c.zip |
net-libs/czmq: update EAPI 7 -> 8, add missing dep for 4.2.1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/czmq/czmq-4.2.1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/czmq/czmq-4.2.1.ebuild b/net-libs/czmq/czmq-4.2.1.ebuild index f678661d9120..4811dcd20d22 100644 --- a/net-libs/czmq/czmq-4.2.1.ebuild +++ b/net-libs/czmq/czmq-4.2.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" DESCRIPTION="High-level C Binding for ZeroMQ" HOMEPAGE="http://czmq.zeromq.org" @@ -20,9 +20,12 @@ RDEPEND=">=net-libs/zeromq-4:=[drafts?] http-client? ( net-misc/curl ) http-server? ( net-libs/libmicrohttpd:= ) lz4? ( app-arch/lz4:= ) - nss? ( dev-libs/nss:= ) + nss? ( + dev-libs/nspr + dev-libs/nss + ) systemd? ( sys-apps/systemd ) - uuid? ( sys-apps/util-linux:0= )" + uuid? ( sys-apps/util-linux:0 )" DEPEND="${RDEPEND}" |