| Summary: | x11-drivers/ati-drivers-9.6: pkg_prerm() misses --use-old on "eselect opengl" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Fabio Erculiani (RETIRED) <lxnay> |
| Component: | New packages | Assignee: | Luca Barbato <lu_zero> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mgorny, scarabeus, x11-drivers |
| Priority: | High | Keywords: | InVCS |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Confirming, after each merge of ati-drivers I get my opengl eselect reset to xorg-x11. Thanks for the bug. Added to the cvs. <3 scarabeus |
ati-drivers misses --use-old on pkg_prerm(): pkg_prerm() { - /usr/bin/eselect opengl set --use-old xorg-x11 + /usr/bin/eselect opengl set xorg-x11 } This bug could turn into issues on installations where both nvidia-drivers and ati-drivers are installed and the former is actually used. Moreover, nvidia-drivers ebuild also calls linux-mod-pkg_prerm() while ati-drivers doesn't. Reproducible: Always