dev-cpp/antlr-cpp: Fix src_test breakage, closes bug #569230
authorJames Le Cuirot <chewi@gentoo.org>
Fri, 25 Dec 2015 13:13:24 +0000 (13:13 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Fri, 25 Dec 2015 13:14:15 +0000 (13:14 +0000)
There actually aren't any tests but the test target blows up.

Package-Manager: portage-2.2.26

dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild

index b425c2d90054321ba23de8261ab15761d43e1bf4..da15ded97d640c58956733419f9d4688ae99e325 100644 (file)
@@ -22,6 +22,7 @@ LICENSE="public-domain"
 SLOT="2"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="doc examples static-libs"
+RESTRICT="test" # No tests but test target blows up!
 
 DEPEND="doc? ( app-doc/doxygen )"
 RDEPEND="!!dev-java/antlr:0[cxx]"