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

Collapse All | Expand All

(-)orig/ati-drivers-8.552.ebuild (-2 / +12 lines)
Lines 113-120 Link Here
113
		die "CONFIG_PARAVIRT enabled"
113
		die "CONFIG_PARAVIRT enabled"
114
	fi
114
	fi
115
115
116
	# Only support xorg-server >=1.1
116
	# determine which files we'll need to install...
117
	BASE_DIR="${S}/x710"
117
	if has_version '<x11-base/xorg-server-1.5.0' ; then
118
	    BASE_DIR="${S}/x710"
119
	else
120
	    BASE_DIR="${S}/x740"
121
	fi
118
122
119
	# This is used like $(get_libdir) for paths in ati's package.
123
	# This is used like $(get_libdir) for paths in ati's package.
120
	if use amd64 ; then
124
	if use amd64 ; then
Lines 433-438 Link Here
433
	ewarn '         Option "XAANoOffscreenPixmaps" "true"'
437
	ewarn '         Option "XAANoOffscreenPixmaps" "true"'
434
	ewarn "in the Device Section of /etc/X11/xorg.conf."
438
	ewarn "in the Device Section of /etc/X11/xorg.conf."
435
439
440
	# Warning concerning xorg-x11 updates
441
	ewarn "This ebuild installs binary code which depends on your xorg-server"
442
	ewarn "version. If you update from <xorg-x11-7.4 to >=xorg-x11-7.4 (i.e."
443
	ewarn "<xorg-server-1.5 to >=xorg-server-1.5), then you will have to"
444
	ewarn "remerge this package!"
445
436
	linux-mod_pkg_postinst
446
	linux-mod_pkg_postinst
437
}
447
}
438
448

Return to bug 246672