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

(-)../../../gentoo/dev-java/icedtea/icedtea-6.1.9.7-r1.ebuild (-4 / +5 lines)
Lines 9-15 Link Here
9
9
10
EAPI="2"
10
EAPI="2"
11
11
12
inherit pax-utils java-pkg-2 java-vm-2 versionator
12
inherit pax-utils java-pkg-2 java-vm-2 versionator virtualx
13
13
14
LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C"
14
LICENSE="Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C"
15
SLOT="6"
15
SLOT="6"
Lines 40-48 Link Here
40
# shark - needs adding
40
# shark - needs adding
41
IUSE="cacao debug doc examples +hs19 javascript nio2 +nsplugin +nss pulseaudio systemtap +webstart +xrender zero"
41
IUSE="cacao debug doc examples +hs19 javascript nio2 +nsplugin +nss pulseaudio systemtap +webstart +xrender zero"
42
42
43
# JTReg doesn't pass at present
44
RESTRICT="test"
45
46
RDEPEND=">=net-print/cups-1.2.12
43
RDEPEND=">=net-print/cups-1.2.12
47
	 >=x11-libs/libX11-1.1.3
44
	 >=x11-libs/libX11-1.1.3
48
	 >=media-libs/freetype-2.3.5
45
	 >=media-libs/freetype-2.3.5
Lines 305-310 Link Here
305
	set_java_env "${T}/icedtea.env"
302
	set_java_env "${T}/icedtea.env"
306
}
303
}
307
304
305
src_test() {
306
	Xemake check || die 'tests failed'
307
}
308
308
use_zero() {
309
use_zero() {
309
	use zero || ( ! use amd64 && ! use x86 && ! use sparc )
310
	use zero || ( ! use amd64 && ! use x86 && ! use sparc )
310
}
311
}

Return to bug 355841