www-apps/mozilla-launcher has an totally useless dependency to x11-apps/xdpyinfo. Reproducible: Always
# If xdpyinfo isn't installed, then this will just check $DISPLAY screens=("$DISPLAY" $(xdpyinfo 2>/dev/null | awk ' /^name of display:/ { disp = substr($NF, 0, match($NF, /\.[^.]*$/)-1) } /^number of screens:/ { for (i = 0; i < $NF; i++) { this = sprintf("%s.%d", disp, i) if (this != ENVIRON["DISPLAY"]) print this } }') ) Kindly do some research before filing bugs. Thanks!