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

Collapse All | Expand All

(-)/usr/portage/x11-drivers/xf86-input-virtualbox/xf86-input-virtualbox-3.1.6.ebuild (-1 / +4 lines)
Lines 66-73 Link Here
66
		cd "${S}/out/linux.${ARCH}/release/bin/additions"
66
		cd "${S}/out/linux.${ARCH}/release/bin/additions"
67
		insinto /usr/$(get_libdir)/xorg/modules/input
67
		insinto /usr/$(get_libdir)/xorg/modules/input
68
68
69
		# xorg-server-1.7
70
		if has_version ">=x11-base/xorg-server-1.7" ; then
71
				newins vboxmouse_drv_17.so vboxmouse_drv.so
69
		# xorg-server-1.6.x
72
		# xorg-server-1.6.x
70
		if has_version ">=x11-base/xorg-server-1.6" ; then
73
		elif has_version ">=x11-base/xorg-server-1.6" ; then
71
				newins vboxmouse_drv_16.so vboxmouse_drv.so
74
				newins vboxmouse_drv_16.so vboxmouse_drv.so
72
		# xorg-server-1.5.x
75
		# xorg-server-1.5.x
73
		else
76
		else

Return to bug 295553