summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-16 16:12:32 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-16 16:12:32 +0000
commit68538a0fc77911566a87378b618cbd44ecdcfb28 (patch)
tree175d1833d33d4dcf36adce8f51a05569ef95cfff /eclass/xorg-2.eclass
parentold (diff)
downloadhistorical-68538a0fc77911566a87378b618cbd44ecdcfb28.tar.gz
historical-68538a0fc77911566a87378b618cbd44ecdcfb28.tar.bz2
historical-68538a0fc77911566a87378b618cbd44ecdcfb28.zip
Fix whitespace typo.
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r--eclass/xorg-2.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index e6602ebf9fa1..756f6e176f59 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.31 2011/03/16 16:10:21 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.32 2011/03/16 16:12:32 scarabeus Exp $
#
# @ECLASS: xorg-2.eclass
# @MAINTAINER:
@@ -256,10 +256,10 @@ case ${XORG_DOC} in
no)
;;
always)
- DEPEND+="${DOC_DEPEND}"
+ DEPEND+=" ${DOC_DEPEND}"
;;
*)
- DEPEND+="${XORG_DOC}? ( ${DOC_DEPEND} )"
+ DEPEND+=" ${XORG_DOC}? ( ${DOC_DEPEND} )"
IUSE="${XORG_DOC}"
;;
esac