commit:     7a734a8ffaa71ec32ceff2120fc7939fef2db6d3
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 14:27:42 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 14:27:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a734a8f

sys-block/nbd: RDEPEND fixes.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 sys-block/nbd/nbd-3.17.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-block/nbd/nbd-3.17.ebuild b/sys-block/nbd/nbd-3.17.ebuild
index 423d7ccb3a8..07ba3524b41 100644
--- a/sys-block/nbd/nbd-3.17.ebuild
+++ b/sys-block/nbd/nbd-3.17.ebuild
@@ -14,8 +14,9 @@ IUSE="debug zlib"
 
 # gnutls is an automagic dep.
 RDEPEND="
-       >=dev-libs/glib-2.0
+       >=dev-libs/glib-2.26.0
        >=net-libs/gnutls-2.12.0
+       >=dev-libs/libnl-3.1
        zlib? ( sys-libs/zlib )
 "
 DEPEND="${RDEPEND}

Reply via email to