diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-08-02 20:04:40 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-08-02 20:04:40 +0000 |
commit | 36a3d316181152e44399aec7adf806f137c333dc (patch) | |
tree | e08e69ec094242a8be8c054bc853aff6aa82dec1 /eclass/qt4.eclass | |
parent | Fix depends. (diff) | |
download | gentoo-2-36a3d316181152e44399aec7adf806f137c333dc.tar.gz gentoo-2-36a3d316181152e44399aec7adf806f137c333dc.tar.bz2 gentoo-2-36a3d316181152e44399aec7adf806f137c333dc.zip |
reflect new qt ebuild revisions
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 0f8b0842e64b..686cd17adc44 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.22 2007/08/02 11:22:40 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.23 2007/08/02 20:04:40 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 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-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 "|| (" |