Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/quota/
Date: Sat, 09 Sep 2017 19:20:36
Message-Id: 1504984797.6d9f1296e35552988b308cce94ba3663ef4c2880.dilfridge@gentoo
1 commit: 6d9f1296e35552988b308cce94ba3663ef4c2880
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 8 21:00:44 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 9 19:19:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9f1296
7
8 sys-fs/quota: Add missing dependency
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sys-fs/quota/quota-4.04.ebuild | 9 ++++++++-
13 1 file changed, 8 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-fs/quota/quota-4.04.ebuild b/sys-fs/quota/quota-4.04.ebuild
16 index ab9d32e4f24..d077fb35d66 100644
17 --- a/sys-fs/quota/quota-4.04.ebuild
18 +++ b/sys-fs/quota/quota-4.04.ebuild
19 @@ -20,7 +20,14 @@ RDEPEND="
20 sys-apps/dbus
21 dev-libs/libnl:3
22 )
23 - rpc? ( net-nds/rpcbind )
24 + rpc? (
25 + net-nds/rpcbind
26 + || ( sys-libs/glibc[rpc(-)]
27 + (
28 + net-libs/rpcsvc-proto
29 + )
30 + )
31 + )
32 tcpd? ( sys-apps/tcp-wrappers )
33 "
34 DEPEND="