summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2007-04-18 06:02:36 +0000
committerVlastimil Babka <caster@gentoo.org>2007-04-18 06:02:36 +0000
commitb175854e9eaff19fad4539a681ec50dc517c9d55 (patch)
treeb40b1aa73a19b6ef2cff1ec1c4f8ef88f9ed0ffd /dev-java/xjavac/xjavac-20041208-r5.ebuild
parentInitial import. Ebuild submitted by Tim Weber <gentoo.bugs at scytale.de> in ... (diff)
downloadgentoo-2-b175854e9eaff19fad4539a681ec50dc517c9d55.tar.gz
gentoo-2-b175854e9eaff19fad4539a681ec50dc517c9d55.tar.bz2
gentoo-2-b175854e9eaff19fad4539a681ec50dc517c9d55.zip
Get ant-core jar with --build-only, bug #174981 reported by Christopher Schwan <cschwan@stamaonline.de>.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-java/xjavac/xjavac-20041208-r5.ebuild')
-rw-r--r--dev-java/xjavac/xjavac-20041208-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/xjavac/xjavac-20041208-r5.ebuild b/dev-java/xjavac/xjavac-20041208-r5.ebuild
index 4143f6fe54ef..6a361352e396 100644
--- a/dev-java/xjavac/xjavac-20041208-r5.ebuild
+++ b/dev-java/xjavac/xjavac-20041208-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xjavac/xjavac-20041208-r5.ebuild,v 1.2 2007/04/16 08:06:15 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xjavac/xjavac-20041208-r5.ebuild,v 1.3 2007/04/18 06:02:36 caster Exp $
# Does not install a symlink any more so ANT_TASKS is the only way to use this
WANT_SPLIT_ANT="true"
@@ -26,7 +26,7 @@ src_unpack() {
}
src_compile() {
- eant jar -Dclasspath=$(java-pkg_getjars ant-core)
+ eant jar -Dclasspath=$(java-pkg_getjars --build-only ant-core)
}
src_install() {