diff options
author | 2006-03-03 14:40:09 +0000 | |
---|---|---|
committer | 2006-03-03 14:40:09 +0000 | |
commit | 90347fcb9d37faf7f6786bc74c15b5700392ec24 (patch) | |
tree | 83419ae895a9b9b78e67288bbb347a2be43bc590 /eclass | |
parent | remove code that never gets executed, as well as the patch applied by this co... (diff) | |
download | gentoo-2-90347fcb9d37faf7f6786bc74c15b5700392ec24.tar.gz gentoo-2-90347fcb9d37faf7f6786bc74c15b5700392ec24.tar.bz2 gentoo-2-90347fcb9d37faf7f6786bc74c15b5700392ec24.zip |
Drop leading and ending whitespaces, fixes || ( ) with one version in it.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass index b1ece4fbe2d7..5fda6300c0e3 100644 --- a/eclass/qt3.eclass +++ b/eclass/qt3.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/qt3.eclass,v 1.13 2006/02/24 10:08:43 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.14 2006/03/03 14:40:09 flameeyes Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -59,5 +59,5 @@ qt_min_version_list() { *) VERSIONS="=${QTPKG}3*";; esac - echo "${VERSIONS}" + echo ${VERSIONS} } |