commit: 99129acb97734e3176d22802fdb6921407f6cceb Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Fri Apr 27 17:41:49 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Apr 27 17:41:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99129acb
xorg-2.eclass: Add missing required space eclass/xorg-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 0329a7aa623..98a8df0cd3a 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -218,13 +218,13 @@ if [[ -n "${DRIVER}" ]]; then " fi if [[ -n "${DRIVER}" && ${PN} == xf86-input-* ]]; then - DEPEND+="x11-base/xorg-proto" + DEPEND+=" x11-base/xorg-proto" fi if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then COMMON_DEPEND+=" x11-libs/libpciaccess " - DEPEND+="x11-base/xorg-proto" + DEPEND+=" x11-base/xorg-proto" fi # @ECLASS-VARIABLE: XORG_DOC