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

(-)virtualbox-ose-3.2.10.ebuild.orig (-1 / +6 lines)
Lines 22-28 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 51-56 Link Here
51
	!headless? ( x11-libs/libXinerama )
51
	!headless? ( x11-libs/libXinerama )
52
	pulseaudio? ( media-sound/pulseaudio )
52
	pulseaudio? ( media-sound/pulseaudio )
53
	python? ( >=dev-lang/python-2.3[threads] )
53
	python? ( >=dev-lang/python-2.3[threads] )
54
	vnc? ( net-libs/libvncserver )
54
	vboxwebsrv? ( >=net-libs/gsoap-2.7.13 )"
55
	vboxwebsrv? ( >=net-libs/gsoap-2.7.13 )"
55
RDEPEND="${RDEPEND}
56
RDEPEND="${RDEPEND}
56
	additions? ( ~app-emulation/virtualbox-ose-additions-${PV} )"
57
	additions? ( ~app-emulation/virtualbox-ose-additions-${PV} )"
Lines 139-144 Link Here
139
		--disable-kmods \
140
		--disable-kmods \
140
		${myconf} \
141
		${myconf} \
141
		|| die "configure failed"
142
		|| die "configure failed"
143
144
        if use vnc ; then
145
                echo 'VBOX_WITH_VNC := 1' >> LocalConfig.kmk
146
        fi
142
}
147
}
143
148
144
src_compile() {
149
src_compile() {

Return to bug 322325