diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-14 08:25:44 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-14 08:26:11 -0800 |
commit | dbf24617b031c462efeaf1fda1e14248c69c42dd (patch) | |
tree | 3d9310e2bf3208ff332a0d8693a3b23b62e0de02 /net-misc/cfengine/cfengine-3.4.5.ebuild | |
parent | net-libs/libnsl: update min libtirpc dep (diff) | |
download | gentoo-dbf24617b031c462efeaf1fda1e14248c69c42dd.tar.gz gentoo-dbf24617b031c462efeaf1fda1e14248c69c42dd.tar.bz2 gentoo-dbf24617b031c462efeaf1fda1e14248c69c42dd.zip |
net-misc/cfengine: add net-libs/libnsl dep per glibc upgrade
See: https://bugs.gentoo.org/show_bug.cgi?id=636158
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'net-misc/cfengine/cfengine-3.4.5.ebuild')
-rw-r--r-- | net-misc/cfengine/cfengine-3.4.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/cfengine/cfengine-3.4.5.ebuild b/net-misc/cfengine/cfengine-3.4.5.ebuild index c377a81c5a5f..074d4d8593a4 100644 --- a/net-misc/cfengine/cfengine-3.4.5.ebuild +++ b/net-misc/cfengine/cfengine-3.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -31,7 +31,8 @@ DEPEND=">=sys-libs/db-4 libvirt? ( app-emulation/libvirt ) xml? ( dev-libs/libxml2:2 ) \ dev-libs/openssl - dev-libs/libpcre" + dev-libs/libpcre + net-libs/libnsl" RDEPEND="${DEPEND}" PDEPEND="vim-syntax? ( app-vim/cfengine-syntax )" |