Commit 92c3e24a authored by Michael Shigorin's avatar Michael Shigorin

x11: tweak for multi-branch compatibility

This is a similar trouble: p7/t7 branches had plasma-applet-networkmanager while sisyphus has switched to kde4-plasma-nm* (there's a bunch of subpackages there, basically all of them desired).
parent 41a3f091
......@@ -86,6 +86,11 @@ use/x11/kde4-lite: use/x11
use/x11/kde4: use/x11
@$(call add,THE_PACKAGES,kde4-default)
# handle both p7/t7 (p-a-nm) and sisyphus (k-p-nm) cases
use/x11/kde4/nm: use/x11/kde4 use/net/nm
@$(call add,THE_PACKAGES_REGEXP,^kde4-plasma-nm.*)
@$(call add,THE_PACKAGES_REGEXP,^plasma-applet-networkmanager.*)
use/x11/xfce: use/x11
@$(call add,THE_LISTS,$(call tags,xfce desktop))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment