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 | 01ae43f78a9b551eee0f686a4cdfcebde610e465 (patch) | |
tree | cec6094c09c8266870bf54e3e66186c011558c71 /eclass/qt4.eclass | |
parent | fix "input_device_wacom" typo (diff) | |
download | gentoo-2-01ae43f78a9b551eee0f686a4cdfcebde610e465.tar.gz gentoo-2-01ae43f78a9b551eee0f686a4cdfcebde610e465.tar.bz2 gentoo-2-01ae43f78a9b551eee0f686a4cdfcebde610e465.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 "|| (" |