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.
This commit is contained in:
Mike Frysinger
2016-03-02 22:09:49 -05:00
parent e252869445
commit 8ce939c4cb

View File

@@ -27,6 +27,8 @@ IUSE=""
DEPEND="sys-apps/util-linux"
RDEPEND="${DEPEND}"
RESTRICT="test" #575544
e() { echo "$@"; "$@"; }
src_compile() {