aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <sebfabbro@gmail.com>2012-07-07 01:37:12 +0100
committerSébastien Fabbro <sebfabbro@gmail.com>2012-07-07 01:37:12 +0100
commit751f2f21ed8ef1f3291788ec5e1b2e0fdab962c7 (patch)
treeabde72afbcb07c3f39fc49f405ae717b9f8ea728 /dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
parentFixed typo. (diff)
downloadsci-751f2f21ed8ef1f3291788ec5e1b2e0fdab962c7.tar.gz
sci-751f2f21ed8ef1f3291788ec5e1b2e0fdab962c7.tar.bz2
sci-751f2f21ed8ef1f3291788ec5e1b2e0fdab962c7.zip
dev-java/jlatexmath: do not compile examples, bug #421743
(Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-java/jlatexmath/jlatexmath-0.9.7.ebuild')
-rw-r--r--dev-java/jlatexmath/jlatexmath-0.9.7.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild b/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
index 8a4aea21f..ff19bded1 100644
--- a/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
+++ b/dev-java/jlatexmath/jlatexmath-0.9.7.ebuild
@@ -28,8 +28,5 @@ src_install() {
java-pkg_newjar dist/${P}.jar ${PN}.jar
use doc && java-pkg_dojavadoc doc
use source && java-pkg_dosrc src/org
- if use examples; then
- eant examples
- java-pkg_doexamples examples
- fi
+ use examples && java-pkg_doexamples examples
}