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

(-)ati-drivers-9.1.ebuild.old (-3 / +7 lines)
Lines 16-22 Link Here
16
16
17
# The portage dep is for COLON_SEPARATED support in env-update.
17
# The portage dep is for COLON_SEPARATED support in env-update.
18
# The eselect dep (>=1.0.9) is for COLON_SEPARATED in eselect env update.
18
# The eselect dep (>=1.0.9) is for COLON_SEPARATED in eselect env update.
19
RDEPEND=">=x11-base/xorg-server-1.5
19
RDEPEND=">=x11-base/xorg-server-1.3
20
	!x11-apps/ati-drivers-extra
20
	!x11-apps/ati-drivers-extra
21
	>=app-admin/eselect-1.0.9
21
	>=app-admin/eselect-1.0.9
22
	app-admin/eselect-opengl
22
	app-admin/eselect-opengl
Lines 104-111 Link Here
104
		die "CONFIG_PCI_MSI disabled"
104
		die "CONFIG_PCI_MSI disabled"
105
	fi
105
	fi
106
106
107
	# Only support xorg-server >=1.5
107
	# Check for xorg-server version and set BASE_DIR accordingly
108
	BASE_DIR="${S}/x740"
108
	if has_version ">=x11-base/xorg-server-1.5" ; then
109
		BASE_DIR="${S}/x740"
110
	elif has_version ">=x11-base/xorg-server-1.3" ; then
111
		BASE_DIR="${S}/x710"
112
	fi
109
113
110
	# This is used like $(get_libdir) for paths in ati's package.
114
	# This is used like $(get_libdir) for paths in ati's package.
111
	if use amd64 ; then
115
	if use amd64 ; then

Return to bug 256874