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

(-)virtualbox-bin-4.3.20.96996.ebuild (-3 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit eutils fdo-mime gnome2 pax-utils udev unpacker versionator
7
PYTHON_COMPAT=( python2_7 )
8
PYTHON_REQ_USE="python?"
9
inherit eutils fdo-mime gnome2 pax-utils python-r1 udev unpacker versionator
8
10
9
MAIN_PV="$(get_version_component_range 1-3)"
11
MAIN_PV="$(get_version_component_range 1-3)"
10
if [[ ${PV} = *_beta* ]] || [[ ${PV} = *_rc* ]] ; then
12
if [[ ${PV} = *_beta* ]] || [[ ${PV} = *_rc* ]] ; then
Lines 71-79 Link Here
71
	x11-libs/libXmu
73
	x11-libs/libXmu
72
	x11-libs/libSM
74
	x11-libs/libSM
73
	x11-libs/libICE
75
	x11-libs/libICE
74
	x11-libs/libXdmcp
76
	"
75
	python? ( dev-lang/python:2.7 )"
76
77
78
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
77
S=${WORKDIR}
79
S=${WORKDIR}
78
80
79
QA_TEXTRELS_amd64="opt/VirtualBox/VBoxVMM.so"
81
QA_TEXTRELS_amd64="opt/VirtualBox/VBoxVMM.so"

Return to bug 539712