projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccdc47f
)
dev-cpp/antlr-cpp: Fix src_test breakage, closes bug #569230
author
James Le Cuirot
<chewi@gentoo.org>
Fri, 25 Dec 2015 13:13:24 +0000
(13:13 +0000)
committer
James 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
patch
|
blob
|
history
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 b425c2d90054321ba23de8261ab15761d43e1bf4..da15ded97d640c58956733419f9d4688ae99e325 100644
(file)
--- 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]"