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

Collapse All | Expand All

(-)/usr/portage/dev-java/icedtea/icedtea-7.2.4.1.ebuild (-2 / +6 lines)
Lines 9-15 Link Here
9
9
10
EAPI="5"
10
EAPI="5"
11
11
12
CHECKREQS_DISK_BUILD="9G"
12
CHECKREQS_DISK_BUILD="8G"
13
13
14
inherit check-reqs java-pkg-2 java-vm-2 pax-utils prefix versionator virtualx flag-o-matic
14
inherit check-reqs java-pkg-2 java-vm-2 pax-utils prefix versionator virtualx flag-o-matic
15
15
Lines 61-67 Link Here
61
SLOT="7"
61
SLOT="7"
62
KEYWORDS="~amd64 ~ia64 ~x86"
62
KEYWORDS="~amd64 ~ia64 ~x86"
63
63
64
IUSE="+X +alsa cjk +cups debug doc examples javascript +jbootstrap +nsplugin
64
IUSE="+X +alsa cjk +cups debug doc examples infinality javascript +jbootstrap +nsplugin
65
	+nss pax_kernel pulseaudio +source systemtap test +webstart"
65
	+nss pax_kernel pulseaudio +source systemtap test +webstart"
66
66
67
# Ideally the following were optional at build time.
67
# Ideally the following were optional at build time.
Lines 172-177 Link Here
172
172
173
src_unpack() {
173
src_unpack() {
174
	unpack ${ICEDTEA_PKG}.tar.gz
174
	unpack ${ICEDTEA_PKG}.tar.gz
175
	if use infinality; then
176
		cp -v ${FILESDIR}/infinality-font.patch ${WORKDIR}/${ICEDTEA_PKG}/patches
177
		export DISTRIBUTION_PATCHES="patches/infinality-font.patch"
178
	fi
175
}
179
}
176
180
177
java_prepare() {
181
java_prepare() {

Return to bug 478960