--- trunk/include/xorg.sminc 2014/06/20 08:50:14 21408 +++ trunk/include/xorg.sminc 2014/06/20 08:57:21 21410 @@ -133,6 +133,8 @@ # default input driver dependencies if is_xorg_input_driver then + : ${DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."} + DEPEND="${DEPEND} >= x11-libs/libXi-1.7 >= x11-libs/libXtst-1.1 @@ -147,6 +149,8 @@ # default video driver dependencies if is_xorg_video_driver then + : ${DESCRIPTION="Xorg video driver for ${PNAME/xf86-video-/} devices."} + DEPEND="${DEPEND} >= x11-base/xorg-server-1"