summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jython/jython-2.1-r5.ebuild')
-rw-r--r--dev-java/jython/jython-2.1-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jython/jython-2.1-r5.ebuild b/dev-java/jython/jython-2.1-r5.ebuild
index 6d16af418a95..8b0ea9687f40 100644
--- a/dev-java/jython/jython-2.1-r5.ebuild
+++ b/dev-java/jython/jython-2.1-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r5.ebuild,v 1.6 2004/09/16 08:24:48 sejo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r5.ebuild,v 1.7 2004/09/17 02:05:42 mr_bones_ Exp $
inherit java-pkg
@@ -24,7 +24,7 @@ src_unpack() {
cp ${DISTDIR}/${A} ${WORKDIR}
cd ${WORKDIR}
`java-config -J` -classpath . ${PN}-${MY_PV} -o ${S}/ demo lib source || die "unpack failed"
-
+
}
src_compile() {