summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2015-12-25 13:13:24 +0000
committerJames Le Cuirot <chewi@gentoo.org>2015-12-25 13:14:15 +0000
commit3c476ce475241ecbf4831a0e4e623cf8be537020 (patch)
tree97e0317ddb8f8afb6001ecabd7769760e75c9444 /dev-cpp
parentdev-python/rpyc: bump to 3.3.0 (diff)
downloadgentoo-3c476ce475241ecbf4831a0e4e623cf8be537020.tar.gz
gentoo-3c476ce475241ecbf4831a0e4e623cf8be537020.tar.bz2
gentoo-3c476ce475241ecbf4831a0e4e623cf8be537020.zip
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
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild
index b425c2d90054..da15ded97d64 100644
--- a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild
+++ b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild
@@ -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]"