diff options
author | 2010-08-06 20:46:08 +0000 | |
---|---|---|
committer | 2010-08-06 20:46:08 +0000 | |
commit | f8ddb04e3a973095a59c87d3f323ab0a8f9206bc (patch) | |
tree | 2b7f8d4cd2f51fcb279c4a6b9c70c8e8d1f800f1 /eclass/xorg-2.eclass | |
parent | Version bump #331409 by Dennis Schridde. (diff) | |
download | gentoo-2-f8ddb04e3a973095a59c87d3f323ab0a8f9206bc.tar.gz gentoo-2-f8ddb04e3a973095a59c87d3f323ab0a8f9206bc.tar.bz2 gentoo-2-f8ddb04e3a973095a59c87d3f323ab0a8f9206bc.zip |
Whitespace.
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 78a975fb9089..377ffdbb7eb0 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.7 2010/08/06 19:09:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.8 2010/08/06 20:46:08 scarabeus Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -212,7 +212,7 @@ xorg-2_reconf_source() { ;; *) # elibtoolize required for BSD - [[ ${XORG_EAUTORECONF} != no && ( -e "./configure.ac" || -e "./configure.in" ) ]] && eautoreconf || elibtoolize + [[ ${XORG_EAUTORECONF} != no && ( -e "./configure.ac" || -e "./configure.in" ) ]] && eautoreconf || elibtoolize ;; esac } |