View | Details | Raw Unified
Collapse All | Expand All

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