summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-11-01 19:58:38 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-11-01 19:58:54 +0100
commita40cbd88c042002320f2166469046a29b883457b (patch)
treed58910a9dc8d7ef1ec3d3c18c4ae95a2fdcd949c /net-nds
parentapp-text/jabref-bin: Add live ebuild (diff)
downloadgentoo-a40cbd88c042002320f2166469046a29b883457b.tar.gz
gentoo-a40cbd88c042002320f2166469046a29b883457b.tar.bz2
gentoo-a40cbd88c042002320f2166469046a29b883457b.zip
net-nds/yp-tools: Add missing dependencies for the glibc-2.26 case, bug 630246
Closes: https://bugs.gentoo.org/630246 Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'net-nds')
-rw-r--r--net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild (renamed from net-nds/yp-tools/yp-tools-4.2.2.ebuild)7
1 files changed, 7 insertions, 0 deletions
diff --git a/net-nds/yp-tools/yp-tools-4.2.2.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
index a566743bf7ce..85e54c36ba59 100644
--- a/net-nds/yp-tools/yp-tools-4.2.2.ebuild
+++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
@@ -13,6 +13,13 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="nls"
+DEPEND="
+ || ( <sys-libs/glibc-2.26[rpc] net-libs/libtirpc )
+ net-libs/libnsl:0=
+"
+RDEPEND=${DEPEND}
+# uses always libtirpc if present
+
src_configure () {
econf \
--disable-static \