From 1a2989dd8fecdf1e8adbe5889f5b9291dce3ba17 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 24 Oct 2015 21:09:51 -0400 Subject: [PATCH] sys-fs/quota: update libnl SLOT dep #563544 The 4.01 release used libnl:1.1, but the 4.02 release updated to libnl:3. Update the dependency to match the source. --- sys-fs/quota/quota-4.02.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/quota/quota-4.02.ebuild b/sys-fs/quota/quota-4.02.ebuild index 46f418c497df5..a32694f650b81 100644 --- a/sys-fs/quota/quota-4.02.ebuild +++ b/sys-fs/quota/quota-4.02.ebuild @@ -18,7 +18,7 @@ IUSE="ldap netlink nls rpc tcpd" RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 ) netlink? ( sys-apps/dbus - dev-libs/libnl:1.1 + dev-libs/libnl:3 ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers )"