diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-10-24 21:09:51 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-10-24 21:09:51 -0400 |
commit | 1a2989dd8fecdf1e8adbe5889f5b9291dce3ba17 (patch) | |
tree | a385ed3a729ebcd24fd26a2ddb99d03465f89a59 /sys-fs | |
parent | net-misc/ntp: fix ntpd test link errors (diff) | |
download | gentoo-1a2989dd8fecdf1e8adbe5889f5b9291dce3ba17.tar.gz gentoo-1a2989dd8fecdf1e8adbe5889f5b9291dce3ba17.tar.bz2 gentoo-1a2989dd8fecdf1e8adbe5889f5b9291dce3ba17.zip |
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.
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/quota/quota-4.02.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/quota/quota-4.02.ebuild b/sys-fs/quota/quota-4.02.ebuild index 46f418c497df..a32694f650b8 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 )" |