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

(-)a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.32.ebuild (-2 / +4 lines)
Lines 55-63 QA_TEXTRELS_x86="usr/lib/VBoxOGL.so" Link Here
55
55
56
pkg_setup() {
56
pkg_setup() {
57
	if [ "${MERGE_TYPE}" != "binary" ]; then
57
	if [ "${MERGE_TYPE}" != "binary" ]; then
58
		version_is_at_least 4.9 $(gcc-version) || die "Please set gcc 4.9 or higher as active in gcc-config to build ${PN}"
58
		if tc-is-gcc
59
		then
60
		    version_is_at_least 4.9 $(gcc-version) || die "Please set gcc 4.9 or higher as active in gcc-config to build ${PN}"
61
		fi
59
	fi
62
	fi
60
61
	linux-mod_pkg_setup
63
	linux-mod_pkg_setup
62
	BUILD_PARAMS="KERN_DIR=${KV_OUT_DIR} KERNOUT=${KV_OUT_DIR}"
64
	BUILD_PARAMS="KERN_DIR=${KV_OUT_DIR} KERNOUT=${KV_OUT_DIR}"
63
65
(-)a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-4.3.36.ebuild (-1 / +4 lines)
Lines 55-61 QA_TEXTRELS_x86="usr/lib/VBoxOGL.so" Link Here
55
55
56
pkg_setup() {
56
pkg_setup() {
57
	if [ "${MERGE_TYPE}" != "binary" ]; then
57
	if [ "${MERGE_TYPE}" != "binary" ]; then
58
		version_is_at_least 4.9 $(gcc-version) || die "Please set gcc 4.9 or higher as active in gcc-config to build ${PN}"
58
		if tc-is-gcc
59
		then
60
		    version_is_at_least 4.9 $(gcc-version) || die "Please set gcc 4.9 or higher as active in gcc-config to build ${PN}"
61
		fi
59
	fi
62
	fi
60
63
61
	linux-mod_pkg_setup
64
	linux-mod_pkg_setup
(-)a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.16.ebuild (-1 / +4 lines)
Lines 63-69 QA_TEXTRELS_x86="usr/lib/VBoxOGL.so" Link Here
63
63
64
pkg_setup() {
64
pkg_setup() {
65
	if [ "${MERGE_TYPE}" != "binary" ]; then
65
	if [ "${MERGE_TYPE}" != "binary" ]; then
66
		version_is_at_least 4.9 $(gcc-version) || die "Please set gcc 4.9 or higher as active in gcc-config to build ${PN}"
66
		if tc-is-gcc
67
		then
68
		    version_is_at_least 4.9 $(gcc-version) || die "Please set gcc 4.9 or higher as active in gcc-config to build ${PN}"
69
		fi
67
	fi
70
	fi
68
71
69
	linux-mod_pkg_setup
72
	linux-mod_pkg_setup
(-)a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20-r1.ebuild (-1 / +4 lines)
Lines 63-69 QA_TEXTRELS_x86="usr/lib/VBoxOGL.so" Link Here
63
63
64
pkg_setup() {
64
pkg_setup() {
65
	if [ "${MERGE_TYPE}" != "binary" ]; then
65
	if [ "${MERGE_TYPE}" != "binary" ]; then
66
		version_is_at_least 4.9 $(gcc-version) || die "Please set gcc 4.9 or higher as active in gcc-config to build ${PN}"
66
		if tc-is-gcc
67
		then
68
		    version_is_at_least 4.9 $(gcc-version) || die "Please set gcc 4.9 or higher as active in gcc-config to build ${PN}"
69
		fi
67
	fi
70
	fi
68
71
69
	CONFIG_CHECK="~DRM ~DRM_TTM"
72
	CONFIG_CHECK="~DRM ~DRM_TTM"
(-)a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.0.20.ebuild (-1 / +4 lines)
Lines 63-69 QA_TEXTRELS_x86="usr/lib/VBoxOGL.so" Link Here
63
63
64
pkg_setup() {
64
pkg_setup() {
65
	if [ "${MERGE_TYPE}" != "binary" ]; then
65
	if [ "${MERGE_TYPE}" != "binary" ]; then
66
		version_is_at_least 4.9 $(gcc-version) || die "Please set gcc 4.9 or higher as active in gcc-config to build ${PN}"
66
		if tc-is-gcc
67
		then
68
		    version_is_at_least 4.9 $(gcc-version) || die "Please set gcc 4.9 or higher as active in gcc-config to build ${PN}"
69
		fi
67
	fi
70
	fi
68
71
69
	linux-mod_pkg_setup
72
	linux-mod_pkg_setup

Return to bug 588228