diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-09-21 01:21:09 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-09-21 01:21:09 +0000 |
commit | d7f61ffe8644c1493a28fb365b48d0dc2ad32398 (patch) | |
tree | aa528c2839da031a478fbe2406f159d1a466ce59 /eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-d7f61ffe8644c1493a28fb365b48d0dc2ad32398.tar.gz gentoo-2-d7f61ffe8644c1493a28fb365b48d0dc2ad32398.tar.bz2 gentoo-2-d7f61ffe8644c1493a28fb365b48d0dc2ad32398.zip |
Adding 4.4.2 to qtversions in 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 384c19426da9..9ee36468cbcc 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.48 2008/08/03 20:47:27 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.49 2008/09/21 01:21:09 yngwin Exp $ # @ECLASS: qt4.eclass # @MAINTAINER: @@ -17,7 +17,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.1 4.4.0 4.4.0_beta1 4.4.0_rc1 +QT4VERSIONS="4.4.2 4.4.1 4.4.0 4.4.0_beta1 4.4.0_rc1 4.3.4-r1 4.3.5 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 |