Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/crossguid/
Date: Thu, 03 Mar 2016 03:11:56
Message-Id: 1456974694.8ce939c4cb5090f20f85da53522281fc0c12666a.vapier@gentoo
1 commit: 8ce939c4cb5090f20f85da53522281fc0c12666a
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 3 03:09:49 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 3 03:11:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce939c4
7
8 dev-libs/crossguid: disable testing #575544
9
10 This package lacks a proper build system, and the default `make test`
11 ends up autodetecting the wrong thing. Disable it until upstream can
12 do something sane for us.
13
14 dev-libs/crossguid/crossguid-0_pre20150817.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild
18 index 6463aa1..675e823 100644
19 --- a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild
20 +++ b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild
21 @@ -27,6 +27,8 @@ IUSE=""
22 DEPEND="sys-apps/util-linux"
23 RDEPEND="${DEPEND}"
24
25 +RESTRICT="test" #575544
26 +
27 e() { echo "$@"; "$@"; }
28
29 src_compile() {