projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169d25b
)
net-fs/autofs: Dependency fix: if we dont use libtirpc, we need glibc with rpc suppor...
author
Andreas K. Hüttel
<dilfridge@gentoo.org>
Mon, 25 Sep 2017 10:11:48 +0000
(12:11 +0200)
committer
Andreas K. Hüttel
<dilfridge@gentoo.org>
Mon, 25 Sep 2017 10:12:17 +0000
(12:12 +0200)
Closes: https://bugs.gentoo.org/631486
Package-Manager: Portage-2.3.10, Repoman-2.3.3
net-fs/autofs/autofs-5.1.3.ebuild
patch
|
blob
|
history
diff --git
a/net-fs/autofs/autofs-5.1.3.ebuild
b/net-fs/autofs/autofs-5.1.3.ebuild
index 808d017442b5e021e1f8b614a44b533c9542232e..861d5ec5231a4f15a552a26c5b72a451f56f9e50 100644
(file)
--- 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"