Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Fri, 27 Apr 2018 17:42:27
Message-Id: 1524850909.99129acb97734e3176d22802fdb6921407f6cceb.mattst88@gentoo
1 commit: 99129acb97734e3176d22802fdb6921407f6cceb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 27 17:41:49 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 27 17:41:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99129acb
7
8 xorg-2.eclass: Add missing required space
9
10 eclass/xorg-2.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
14 index 0329a7aa623..98a8df0cd3a 100644
15 --- a/eclass/xorg-2.eclass
16 +++ b/eclass/xorg-2.eclass
17 @@ -218,13 +218,13 @@ if [[ -n "${DRIVER}" ]]; then
18 "
19 fi
20 if [[ -n "${DRIVER}" && ${PN} == xf86-input-* ]]; then
21 - DEPEND+="x11-base/xorg-proto"
22 + DEPEND+=" x11-base/xorg-proto"
23 fi
24 if [[ -n "${DRIVER}" && ${PN} == xf86-video-* ]]; then
25 COMMON_DEPEND+="
26 x11-libs/libpciaccess
27 "
28 - DEPEND+="x11-base/xorg-proto"
29 + DEPEND+=" x11-base/xorg-proto"
30 fi
31
32 # @ECLASS-VARIABLE: XORG_DOC