summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-08 23:00:44 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-09 21:19:57 +0200
commit6d9f1296e35552988b308cce94ba3663ef4c2880 (patch)
treed94509c9a031d660d04bfa61cd07cfc810a1875e
parentmail-client/mutt: version bump to 1.9.0, bug #629748 (diff)
downloadgentoo-6d9f1296.tar.gz
gentoo-6d9f1296.tar.bz2
gentoo-6d9f1296.zip
sys-fs/quota: Add missing dependency
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--sys-fs/quota/quota-4.04.ebuild9
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="