diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-07-11 22:04:54 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-07-11 22:04:54 +0000 |
commit | bb6b15f56794966f2670b7765fc721ebc0788458 (patch) | |
tree | e7080154f493b346ac1646d124863adb076944ff /dev-java/spin/spin-1.3.1.ebuild | |
parent | Removed obsolete ebuild and updated to reflect the new location of gecko-sdk. (diff) | |
download | gentoo-2-bb6b15f56794966f2670b7765fc721ebc0788458.tar.gz gentoo-2-bb6b15f56794966f2670b7765fc721ebc0788458.tar.bz2 gentoo-2-bb6b15f56794966f2670b7765fc721ebc0788458.zip |
style fix
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-java/spin/spin-1.3.1.ebuild')
-rw-r--r-- | dev-java/spin/spin-1.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/spin/spin-1.3.1.ebuild b/dev-java/spin/spin-1.3.1.ebuild index 9a9f2451a15f..edc1a819ffe8 100644 --- a/dev-java/spin/spin-1.3.1.ebuild +++ b/dev-java/spin/spin-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.3.1.ebuild,v 1.8 2005/07/10 20:04:31 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.3.1.ebuild,v 1.9 2005/07/11 22:02:41 axxo Exp $ inherit java-pkg @@ -14,7 +14,7 @@ KEYWORDS="x86 amd64 sparc ppc" IUSE="doc jikes source" DEPEND=">=virtual/jdk-1.4 - dev-java/ant + dev-java/ant-core app-arch/unzip" RDEPEND=">=virtual/jre-1.4" S=${WORKDIR} @@ -22,7 +22,7 @@ S=${WORKDIR} src_unpack() { unpack ${A} cd ${S} - sed -i 's:${java.home}/src::' -i build.xml + sed -i 's:${java.home}/src::' -i build.xml || die "sed failed" } src_compile() { |