dev-cpp/antlr-cpp: Fix src_test breakage, closes bug #569230

There actually aren't any tests but the test target blows up.

Package-Manager: portage-2.2.26
This commit is contained in:
James Le Cuirot
2015-12-25 13:13:24 +00:00
parent ccdc47f9dd
commit 3c476ce475

View 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]"