commit: 1a2989dd8fecdf1e8adbe5889f5b9291dce3ba17
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 01:09:51 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 01:09:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2989dd
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 46f418c..a32694f 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 )"