From 8ce939c4cb5090f20f85da53522281fc0c12666a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 2 Mar 2016 22:09:49 -0500 Subject: [PATCH] dev-libs/crossguid: disable testing #575544 This package lacks a proper build system, and the default `make test` ends up autodetecting the wrong thing. Disable it until upstream can do something sane for us. --- dev-libs/crossguid/crossguid-0_pre20150817.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild index 6463aa1b63910..675e82347864c 100644 --- a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild +++ b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild @@ -27,6 +27,8 @@ IUSE="" DEPEND="sys-apps/util-linux" RDEPEND="${DEPEND}" +RESTRICT="test" #575544 + e() { echo "$@"; "$@"; } src_compile() {