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

Collapse All | Expand All

(-)/usr/portage/app-emulation/virtualbox-ose/virtualbox-ose-3.2.6.ebuild (-1 / +5 lines)
Lines 22-28 HOMEPAGE="http://www.virtualbox.org/" Link Here
22
LICENSE="GPL-2"
22
LICENSE="GPL-2"
23
SLOT="0"
23
SLOT="0"
24
KEYWORDS="~amd64 ~x86"
24
KEYWORDS="~amd64 ~x86"
25
IUSE="+additions alsa +hal headless pulseaudio +opengl python +qt4 sdk vboxwebsrv"
25
IUSE="+additions alsa +hal headless pulseaudio +opengl python +qt4 sdk vboxwebsrv vnc"
26
26
27
RDEPEND="!app-emulation/virtualbox-bin
27
RDEPEND="!app-emulation/virtualbox-bin
28
	~app-emulation/virtualbox-modules-${PV}
28
	~app-emulation/virtualbox-modules-${PV}
Lines 141-146 src_configure() { Link Here
141
		--disable-kmods \
141
		--disable-kmods \
142
		${myconf} \
142
		${myconf} \
143
		|| die "configure failed"
143
		|| die "configure failed"
144
145
        if use vnc ; then
146
                echo 'VBOX_WITH_VNC := 1' >> /LocalConfig.kmk
147
        fi
144
}
148
}
145
149
146
src_compile() {
150
src_compile() {

Return to bug 322325