projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f10e1
)
xorg-2.eclass: Add missing required space
author
Matt Turner
<mattst88@gentoo.org>
Fri, 27 Apr 2018 17:41:49 +0000
(10:41 -0700)
committer
Matt Turner
<mattst88@gentoo.org>
Fri, 27 Apr 2018 17:41:49 +0000
(10:41 -0700)
eclass/xorg-2.eclass
patch
|
blob
|
history
diff --git
a/eclass/xorg-2.eclass
b/eclass/xorg-2.eclass
index 0329a7aa623adf346f1535c145189b2f32e8a950..98a8df0cd3ad7cce1b3e963b8ed63f885860e72b 100644
(file)
--- 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