summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-25 12:11:48 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-09-25 12:12:17 +0200
commit99ce1c0fbcbfcb26b67edbf81fdba18997f8fc3e (patch)
treedbe9043598f8ec23b18074e2e3e60211af875049 /net-fs/autofs
parentdev-lang/mercury: remove old versions (diff)
downloadgentoo-99ce1c0fbcbfcb26b67edbf81fdba18997f8fc3e.tar.gz
gentoo-99ce1c0fbcbfcb26b67edbf81fdba18997f8fc3e.tar.bz2
gentoo-99ce1c0fbcbfcb26b67edbf81fdba18997f8fc3e.zip
net-fs/autofs: Dependency fix: if we dont use libtirpc, we need glibc with rpc support, bug 631486
Closes: https://bugs.gentoo.org/631486 Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'net-fs/autofs')
-rw-r--r--net-fs/autofs/autofs-5.1.3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-fs/autofs/autofs-5.1.3.ebuild b/net-fs/autofs/autofs-5.1.3.ebuild
index 808d017442b5..861d5ec5231a 100644
--- a/net-fs/autofs/autofs-5.1.3.ebuild
+++ b/net-fs/autofs/autofs-5.1.3.ebuild
@@ -38,8 +38,9 @@ RDEPEND=">=sys-apps/util-linux-2.20
virtual/krb5
)
)
- libtirpc? ( net-libs/libtirpc )"
-
+ libtirpc? ( net-libs/libtirpc )
+ !libtirpc? ( sys-libs/glibc[rpc(-)] )
+"
DEPEND="${RDEPEND}
sys-devel/flex
virtual/yacc"