diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-08 23:00:44 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-09-09 21:19:57 +0200 |
commit | 6d9f1296e35552988b308cce94ba3663ef4c2880 (patch) | |
tree | d94509c9a031d660d04bfa61cd07cfc810a1875e /sys-fs/quota | |
parent | mail-client/mutt: version bump to 1.9.0, bug #629748 (diff) | |
download | gentoo-6d9f1296e35552988b308cce94ba3663ef4c2880.tar.gz gentoo-6d9f1296e35552988b308cce94ba3663ef4c2880.tar.bz2 gentoo-6d9f1296e35552988b308cce94ba3663ef4c2880.zip |
sys-fs/quota: Add missing dependency
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'sys-fs/quota')
-rw-r--r-- | sys-fs/quota/quota-4.04.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-fs/quota/quota-4.04.ebuild b/sys-fs/quota/quota-4.04.ebuild index ab9d32e4f247..d077fb35d664 100644 --- a/sys-fs/quota/quota-4.04.ebuild +++ b/sys-fs/quota/quota-4.04.ebuild @@ -20,7 +20,14 @@ RDEPEND=" sys-apps/dbus dev-libs/libnl:3 ) - rpc? ( net-nds/rpcbind ) + rpc? ( + net-nds/rpcbind + || ( sys-libs/glibc[rpc(-)] + ( + net-libs/rpcsvc-proto + ) + ) + ) tcpd? ( sys-apps/tcp-wrappers ) " DEPEND=" |