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

Collapse All | Expand All

(-)/usr/portage/x11-drivers/ati-drivers/ati-drivers-8.582.ebuild (-1 / +2 lines)
Lines 9-15 Link Here
9
DESCRIPTION="Ati precompiled drivers for recent chipsets"
9
DESCRIPTION="Ati precompiled drivers for recent chipsets"
10
HOMEPAGE="http://www.ati.com"
10
HOMEPAGE="http://www.ati.com"
11
ATI_URL="https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/"
11
ATI_URL="https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/"
12
SRC_URI="${ATI_URL}/ati-driver-installer-9.2-x86.x86_64.run"
12
SRC_URI="${ATI_URL}/ati-driver-installer-9-3-x86.x86_64.run"
13
13
14
LICENSE="AMD GPL-2 QPL-1.0 as-is"
14
LICENSE="AMD GPL-2 QPL-1.0 as-is"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
Lines 125-130 Link Here
125
	local src="${DISTDIR}/${A}"
125
	local src="${DISTDIR}/${A}"
126
	sh "${src}" --extract "${S}"  2&>1 /dev/null
126
	sh "${src}" --extract "${S}"  2&>1 /dev/null
127
	cd "${S}"
127
	cd "${S}"
128
	epatch "${FILESDIR}"/${PV}/2.6.29_support.patch || die "epatch failed"
128
	epatch "${FILESDIR}"/${PV}/ati-drivers-xen-8.552.patch || die "epatch failed"
129
	epatch "${FILESDIR}"/${PV}/ati-drivers-xen-8.552.patch || die "epatch failed"
129
130
130
	# These are the userspace utilities that we also have source for.
131
	# These are the userspace utilities that we also have source for.

Return to bug 264011