commit: 99ce1c0fbcbfcb26b67edbf81fdba18997f8fc3e Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Sep 25 10:11:48 2017 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Sep 25 10:12:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ce1c0f
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 net-fs/autofs/autofs-5.1.3.ebuild | 5 +++-- 1 file 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 808d017442b..861d5ec5231 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"