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.
This commit is contained in:
Mike Frysinger
2015-10-24 21:09:51 -04:00
parent ce8b45e26a
commit 1a2989dd8f

View File

@@ -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 )"