Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 251697 Details for
Bug 342267
x11-drivers/ati-drivers-10.10 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
new ebuild for ati-drivers 10.10
ati-drivers-10.10.ebuild.patch (text/plain), 817 bytes, created by
Enrico Tagliavini
on 2010-10-23 14:21:04 UTC
(
hide
)
Description:
new ebuild for ati-drivers 10.10
Filename:
MIME Type:
Creator:
Enrico Tagliavini
Created:
2010-10-23 14:21:04 UTC
Size:
817 bytes
patch
obsolete
>--- ati-drivers-8.780.ebuild 2010-09-24 14:08:48.975266763 +0200 >+++ ati-drivers-10.10.ebuild 2010-10-23 15:43:51.609792530 +0200 >@@ -24,7 +24,7 @@ > SLOT="1" > > RDEPEND=" >- =x11-base/xorg-server-1.9* >+ <x11-base/xorg-server-1.9.99 > !x11-drivers/ati-drivers:0 > !x11-apps/ati-drivers-extra > >=app-admin/eselect-opengl-1.0.7 >@@ -197,8 +197,13 @@ > pkg_setup() { > # Define module dir. > MODULE_DIR="${S}/${FOLDER_PREFIX}/lib/modules/fglrx/build_mod" >- # xorg folder >- BASE_DIR="${S}/x760" >+ # get the xorg-server version and set BASE_DIR for that >+ local ver_str=$(qatom `best_version x11-base/xorg-server` | cut -d ' ' -f 3) >+ case ${ver_str} in >+ 1\.9*) BASE_DIR="${S}/x760" ;; >+ 1\.8*|1\.7*) BASE_DIR="${S}/x750" ;; >+ *) die "xorg-server-${ver_str} not supported" ;; >+ esac > > # amd64/x86 > if use amd64 ; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 342267
:
251669
|
251671
|
251673
| 251697 |
252931