diff options
author | Caleb Tennis <caleb@gentoo.org> | 2008-02-25 17:07:33 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2008-02-25 17:07:33 +0000 |
commit | 1ded24f1c360e52378b39182aee61379335de811 (patch) | |
tree | 219744cc611e0a83e49add6a5812461414cfdd3e /eclass | |
parent | amd64 stable (diff) | |
download | historical-1ded24f1c360e52378b39182aee61379335de811.tar.gz historical-1ded24f1c360e52378b39182aee61379335de811.tar.bz2 historical-1ded24f1c360e52378b39182aee61379335de811.zip |
Fix qt4 eclass
Diffstat (limited to '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 de2ca3f960d9..a4c68eeca19a 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.34 2008/01/05 22:41:00 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.35 2008/02/25 17:07:33 caleb Exp $ # @ECLASS: qt4.eclass # @MAINTAINER: @@ -18,7 +18,7 @@ inherit eutils multilib toolchain-funcs versionator QTPKG="x11-libs/qt-" QT4MAJORVERSIONS="4.4 4.3 4.2 4.1 4.0" -QT4VERSIONS="4.4.0_rc1 4.3.3 4.3.2-r1 4.3.2 4.3.1-r1 4.3.1 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" +QT4VERSIONS="4.4.0_rc1 4.3.4 4.3.3 4.3.2-r1 4.3.2 4.3.1-r1 4.3.1 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" # @FUNCTION: qt4_min_version # @USAGE: [minimum version] |