diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-07-17 11:59:18 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-07-17 11:59:18 +0000 |
commit | f95357a8a8db0c41cd7a9701ba8a20ae3f08dfe3 (patch) | |
tree | 35dd08862f41d27e23b40f97ce491e1c0ed563df /eclass/qt4.eclass | |
parent | use full atoms for built_with_use (diff) | |
download | historical-f95357a8a8db0c41cd7a9701ba8a20ae3f08dfe3.tar.gz historical-f95357a8a8db0c41cd7a9701ba8a20ae3f08dfe3.tar.bz2 historical-f95357a8a8db0c41cd7a9701ba8a20ae3f08dfe3.zip |
Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/qt4.eclass')
-rw-r--r-- | eclass/qt4.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass index 3f9c67143245..e55e751c2295 100644 --- a/eclass/qt4.eclass +++ b/eclass/qt4.eclass @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.18 2007/06/20 11:57:28 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.19 2007/07/17 11:59:18 swegener Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -59,5 +59,4 @@ qt4_pkg_setup() { die "This package requires Qt4 to be built with the ${x} use flag." fi done - } |