summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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="