summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Revert "x11-drivers/xf86-video-ati: port to EAPI 7"Matt Turner2018-08-081-37/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the port to EAPI=7, we stopped inheriting xorg-2 since that eclass is not EAPI 7 ready. Unfortunately it was providing some critical functionality: [[ ${PN} == xf86-video-* || ${PN} == xf86-input-* ]] && DRIVER="yes" ... xorg-2_flags_setup() { ... [[ ${PN} = xorg-server || -n ${DRIVER} ]] && append-ldflags -Wl,-z,lazy In order to revert this commit, we must revert some commits that fix problems introduced by it as well. In total: This reverts commit f81770e41df51ad850fa78d6f57d7972a9e536bf. Revert "x11-drivers/xf86-video-ati: Fix QA syntax errors" This reverts commit 3339c825251a9809d573a98b94f36befe3286de9. Revert "x11-drivers/xf86-video-ati: fix xorg-server:= dependency" This reverts commit 6d94f4276b3cc284014af3177e0bc35168315b30. Revert "x11-drivers/xf86-video-ati: add --disable-selective-werror" This reverts commit 3313b2661bef1e56f0d089cc5b2c6f2d470fb6be. Closes: https://bugs.gentoo.org/661562
* x11-drivers/xf86-video-ati: add --disable-selective-werrorMarty E. Plummer2018-07-271-0/+1
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* x11-drivers/xf86-video-ati: fix xorg-server:= dependencyMarty E. Plummer2018-07-271-0/+1
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* x11-drivers/xf86-video-ati: Fix QA syntax errorsBrian Evans2018-07-171-1/+1
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* x11-drivers/xf86-video-ati: port to EAPI 7Marty E. Plummer2018-07-171-13/+35
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* x11-drivers/xf86-video-ati: Depend on virtual/libudev:=Matt Turner2018-05-271-1/+1
| | | | Bug: https://bugs.gentoo.org/545906
* x11-drivers/xf86-video-ati: Add live ebuildMatt Turner2018-03-061-0/+44