summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-01-24 14:42:59 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-01-24 14:42:59 +0000
commit62845e8a66acc0d5d73240385c35e6165d62ac42 (patch)
treef05d24e859b99ba242011c8f2b3a1251247d53e2
parentReplacing einfo with elog (diff)
downloadgentoo-2-62845e8a66acc0d5d73240385c35e6165d62ac42.tar.gz
gentoo-2-62845e8a66acc0d5d73240385c35e6165d62ac42.tar.bz2
gentoo-2-62845e8a66acc0d5d73240385c35e6165d62ac42.zip
Remove trailing whitespace.
(Portage version: 2.1.2-r1)
-rw-r--r--dev-java/ant-core/ant-core-1.7.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/ant-core/ant-core-1.7.0.ebuild b/dev-java/ant-core/ant-core-1.7.0.ebuild
index 39fabef4ad69..9cce21265a30 100644
--- a/dev-java/ant-core/ant-core-1.7.0.ebuild
+++ b/dev-java/ant-core/ant-core-1.7.0.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/ant-core/ant-core-1.7.0.ebuild,v 1.3 2007/01/22 16:38:14 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.7.0.ebuild,v 1.4 2007/01/24 14:42:59 betelgeuse Exp $
inherit java-pkg-2
@@ -43,7 +43,7 @@ src_compile() {
# this ensures that when building ant with bootstrapped ant,
# only the source is used for resolving references, and not
# the classes in bootstrapped ant
- # but jikes in kaffe has issues with this...
+ # but jikes in kaffe has issues with this...
if ! java-pkg_current-vm-matches kaffe; then
bsyscp="-Dbuild.sysclasspath=ignore"
fi