Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 140778
Collapse All | Expand All

(-)azureus-2.4.0.2.ebuild (+15 lines)
Lines 26-31 Link Here
26
26
27
S=${WORKDIR}/${PN}
27
S=${WORKDIR}/${PN}
28
28
29
pkg_setup() {
30
	if ! built_with_use dev-java/swt accessibility ; then
31
		eerror "It appears that swt was compiled without the accessibility USE flag"
32
		eerror
33
		eerror "In order to work, you need to enable this USE flag"
34
		eerror "To do this, run the following in a command window:"
35
		eerror "echo \"dev-java/swt accessibility\" >> /etc/portage/package.use"
36
		eerror "and recompile swt using \"emerge -avN1 swt\""
37
38
		die "no accessiblity support in swt"
39
	fi
40
41
	java-pkg-2_pkg_setup
42
}
43
29
ant_src_unpack() {
44
ant_src_unpack() {
30
	mkdir ${S}
45
	mkdir ${S}
31
	cd ${S}
46
	cd ${S}

Return to bug 140778