Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275375 | Differences between
and this patch

Collapse All | Expand All

(-)eclipse-sdk/eclipse-sdk-3.5.1.ebuild (-2 / +8 lines)
Lines 18-24 Link Here
18
LICENSE="EPL-1.0"
18
LICENSE="EPL-1.0"
19
SLOT="3.5"
19
SLOT="3.5"
20
KEYWORDS="~amd64 ~x86"
20
KEYWORDS="~amd64 ~x86"
21
IUSE="doc source"
21
IUSE="doc source gnome"
22
22
23
CDEPEND=">=dev-java/swt-${PV}:${SLOT}
23
CDEPEND=">=dev-java/swt-${PV}:${SLOT}
24
	>=dev-java/ant-1.7.1
24
	>=dev-java/ant-1.7.1
Lines 37-43 Link Here
37
	>=dev-java/lucene-analyzers-1.9.1:1.9
37
	>=dev-java/lucene-analyzers-1.9.1:1.9
38
	>=dev-java/sat4j-core-2.1:2
38
	>=dev-java/sat4j-core-2.1:2
39
	>=dev-java/sat4j-pseudo-2.1:2
39
	>=dev-java/sat4j-pseudo-2.1:2
40
	dev-java/tomcat-servlet-api:2.5"
40
	dev-java/tomcat-servlet-api:2.5
41
	gnome? ( gnome-base/gconf )"
41
RDEPEND="${CDEPEND}
42
RDEPEND="${CDEPEND}
42
	>=virtual/jre-1.5"
43
	>=virtual/jre-1.5"
43
DEPEND="${CDEPEND}
44
DEPEND="${CDEPEND}
Lines 77-82 Link Here
77
}
78
}
78
79
79
src_prepare() {
80
src_prepare() {
81
	# Remove entries with respect to libgnomeproxy from build.xml if desired.
82
	if use x86 && ! use gnome ; then
83
		epatch "${FILESDIR}/${SLOT}/build.xml.patch" || die
84
	fi
85
80
	# apply patches before we start cleaning junk out
86
	# apply patches before we start cleaning junk out
81
	ant applyPatches || die 'ant applyPatches failed'
87
	ant applyPatches || die 'ant applyPatches failed'
82
88

Return to bug 275375