Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/yp-tools/
Date: Sat, 04 Nov 2017 17:43:25
Message-Id: 1509817392.44859d2b40b6b86a0da50a1bb80accea6b703a72.slyfox@gentoo
1 commit: 44859d2b40b6b86a0da50a1bb80accea6b703a72
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 4 17:43:02 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 4 17:43:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44859d2b
7
8 net-nds/yp-tools: disable tests, bug #636328
9
10 Reported-by: Toralf Förster
11 Bug: https://bugs.gentoo.org/636328
12 Package-Manager: Portage-2.3.13, Repoman-2.3.4
13
14 net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
18 index 85e54c36ba5..6e487a1c826 100644
19 --- a/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
20 +++ b/net-nds/yp-tools/yp-tools-4.2.2-r1.ebuild
21 @@ -20,6 +20,8 @@ DEPEND="
22 RDEPEND=${DEPEND}
23 # uses always libtirpc if present
24
25 +RESTRICT=test # do not compile
26 +
27 src_configure () {
28 econf \
29 --disable-static \