diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-08-03 23:36:53 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-08-03 23:36:53 +0000 |
commit | f5599a6c16d7d3acfe9e203836b78c5d3968f73c (patch) | |
tree | 73942d24769ed627b6235f02dc3bf2c0313cba87 /eclass/qt4.eclass | |
parent | fix "input_device_wacom" typo (diff) | |
download | historical-f5599a6c16d7d3acfe9e203836b78c5d3968f73c.tar.gz historical-f5599a6c16d7d3acfe9e203836b78c5d3968f73c.tar.bz2 historical-f5599a6c16d7d3acfe9e203836b78c5d3968f73c.zip |
another Qt 4 revision
Diffstat (limited to 'eclass/qt4.eclass')
-rw-r--r-- | eclass/qt4.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass index 686cd17adc44..0d0fa94e5346 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.23 2007/08/02 20:04:40 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.24 2007/08/03 23:36:53 carlo Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -19,7 +19,7 @@ IUSE="${IUSE}" QTPKG="x11-libs/qt-" QT4MAJORVERSIONS="4.3 4.2 4.1 4.0" -QT4VERSIONS="4.3.0-r1 4.3.0 4.3.0_rc1 4.3.0_beta1 4.2.3-r1 4.2.3 4.2.2 4.2.1 4.2.0-r2 4.2.0-r1 4.2.0 4.1.4-r2 4.1.4-r1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.0.1 4.0.0" +QT4VERSIONS="4.3.0-r2 4.3.0-r1 4.3.0 4.3.0_rc1 4.3.0_beta1 4.2.3-r1 4.2.3 4.2.2 4.2.1 4.2.0-r2 4.2.0-r1 4.2.0 4.1.4-r2 4.1.4-r1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.0.1 4.0.0" qt4_min_version() { echo "|| (" |