dev-libs/crossguid: disable testing #575544
authorMike Frysinger <vapier@gentoo.org>
Thu, 3 Mar 2016 03:09:49 +0000 (22:09 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 3 Mar 2016 03:11:34 +0000 (22:11 -0500)
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

index 6463aa1b63910dbbafea45a450cd70249cf1e323..675e82347864c6009dab4e9a40718cfaa1d738f5 100644 (file)
@@ -27,6 +27,8 @@ IUSE=""
 DEPEND="sys-apps/util-linux"
 RDEPEND="${DEPEND}"
 
+RESTRICT="test" #575544
+
 e() { echo "$@"; "$@"; }
 
 src_compile() {