diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-03 14:40:09 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-03 14:40:09 +0000 |
commit | 250d1f445d3bf52812a3e4b99679b2c0933963b8 (patch) | |
tree | 643be6c83adae572f696aff0fdd77756aac30dad /eclass/qt3.eclass | |
parent | remove code that never gets executed, as well as the patch applied by this co... (diff) | |
download | historical-250d1f445d3bf52812a3e4b99679b2c0933963b8.tar.gz historical-250d1f445d3bf52812a3e4b99679b2c0933963b8.tar.bz2 historical-250d1f445d3bf52812a3e4b99679b2c0933963b8.zip |
Drop leading and ending whitespaces, fixes || ( ) with one version in it.
Diffstat (limited to 'eclass/qt3.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} } |