summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-07-11 22:04:54 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-07-11 22:04:54 +0000
commitc40400a9e7c6b462a40012af0ee56a64e1a8b83a (patch)
tree4713755137268bb75a0c42e2fdf62a8be1e23d14 /dev-java/spin
parentRemoved obsolete ebuild and updated to reflect the new location of gecko-sdk. (diff)
downloadhistorical-c40400a9e7c6b462a40012af0ee56a64e1a8b83a.tar.gz
historical-c40400a9e7c6b462a40012af0ee56a64e1a8b83a.tar.bz2
historical-c40400a9e7c6b462a40012af0ee56a64e1a8b83a.zip
style fix
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-java/spin')
-rw-r--r--dev-java/spin/spin-1.3.1.ebuild6
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() {