diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-17 02:05:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-17 02:05:42 +0000 |
commit | 33533813e03247203e86549581087c8055c37dfe (patch) | |
tree | 53049018a826dd42ccbc7f7d182e1b6c61981d34 /dev-java/jython | |
parent | update SRC_URI (Manifest recommit) (diff) | |
download | gentoo-2-33533813e03247203e86549581087c8055c37dfe.tar.gz gentoo-2-33533813e03247203e86549581087c8055c37dfe.tar.bz2 gentoo-2-33533813e03247203e86549581087c8055c37dfe.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-java/jython')
-rw-r--r-- | dev-java/jython/jython-2.1-r5.ebuild | 4 |
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() { |