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

Collapse All | Expand All

(-)virtualbox-bin-1.3.8-r1.ebuild.orig (+8 lines)
Lines 45-50 Link Here
45
RESTRICT="primaryuri"
45
RESTRICT="primaryuri"
46
46
47
pkg_setup() {
47
pkg_setup() {
48
	# The VBoxSDL frontend needs media-libs/libsdl compiled
49
	# with USE flag X enabled (bug #177335)
50
	if ! built_with_use media-libs/libsdl X; then
51
		eerror "media-libs/libsdl was compiled without the \"X\" USE flag enabled."
52
		eerror "Please re-emerge media-libs/libsdl with USE=\"X\"."
53
		die "media-libs/libsdl should be compiled with the \"X\" USE flag."
54
	fi
55
48
	check_license
56
	check_license
49
}
57
}
50
58

Return to bug 177335