mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user