[noarch/entropy] add x11-drivers/{nvidia,ati}-drivers to warning deps
The reason is simple, these packages are tagged and the respective kernel package is pulled in. Our ebuilds should rather depend against the {nvidia,ati}-userspace counterparts.
This commit is contained in:
parent
05f0fde415
commit
92f78d75e1
@ -76,7 +76,8 @@ def check_unwanted_deps():
|
||||
"kde-base/kde-l10n", "net-dns/avahi", "net-p2p/transmission",
|
||||
"app-crypt/pinentry", "dev-python/pygobject:3"]
|
||||
warning_deps = ["media-libs/libjpeg-turbo", "media-libs/jpeg",
|
||||
"dev-lang/gnat-gcc", "dev-lang/gcc"]
|
||||
"dev-lang/gnat-gcc", "dev-lang/gcc", "x11-drivers/nvidia-drivers",
|
||||
"x11-drivers/ati-drivers"]
|
||||
func_rc = 0
|
||||
|
||||
pkg_deps_map = dict(
|
||||
|
Loading…
Reference in New Issue
Block a user