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

Collapse All | Expand All

(-)ati-drivers-8.455.2-r1.ebuild (-3 / +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-8-02-x86.x86_64.run"
12
SRC_URI="${ATI_URL}/ati-driver-installer-8-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 141-149 Link Here
141
141
142
        if use acpi; then
142
        if use acpi; then
143
                sed -i \
143
                sed -i \
144
                        -e "s:/var/lib/xdm/authdir/:/etc/X11/xdm/authdir/:" \
144
                        -e "s:/var/lib/xdm/authdir/authfiles/:/var/run/xauth/:" \
145
                        -e "s:/var/lib/gdm/:/var/gdm/:" \
145
                        -e "s:/var/lib/gdm/:/var/gdm/:" \
146
                        -e "s/#ffff#/#ffff##:.*MIT-MAGIC-COOKIE/" \
147
                        "${S}/common/etc/ati/authatieventsd.sh" \
146
                        "${S}/common/etc/ati/authatieventsd.sh" \
148
                        || die "sed failed."
147
                        || die "sed failed."
149
148

Return to bug 212449