diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-17 21:51:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-17 21:51:30 +0000 |
commit | 9bb07dd6a1f0b369bb8d0cdd0e68c1941a710636 (patch) | |
tree | 59695355d10ee3fb72de259a407b8ac0d22be161 /eclass/qt3.eclass | |
parent | Version bump, bug #119732 (diff) | |
download | gentoo-2-9bb07dd6a1f0b369bb8d0cdd0e68c1941a710636.tar.gz gentoo-2-9bb07dd6a1f0b369bb8d0cdd0e68c1941a710636.tar.bz2 gentoo-2-9bb07dd6a1f0b369bb8d0cdd0e68c1941a710636.zip |
Add qt 3.3.6 to the list or it had a up & down cycle.
Diffstat (limited to 'eclass/qt3.eclass')
-rw-r--r-- | eclass/qt3.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass index c106c70d8654..1c16a560ace0 100644 --- a/eclass/qt3.eclass +++ b/eclass/qt3.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/qt3.eclass,v 1.15 2006/03/09 20:19:17 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.16 2006/03/17 21:51:30 flameeyes Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -18,7 +18,7 @@ inherit versionator QTPKG="x11-libs/qt-" QT3MAJORVERSIONS="3.3 3.2 3.1 3.0" -QT3VERSIONS="3.3.5-r1 3.3.5 3.3.4-r9 3.3.4-r8 3.3.4-r7 3.3.4-r6 3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 3.1.0" +QT3VERSIONS="3.3.6 3.3.5-r1 3.3.5 3.3.4-r9 3.3.4-r8 3.3.4-r7 3.3.4-r6 3.3.4-r5 3.3.4-r4 3.3.4-r3 3.3.4-r2 3.3.4-r1 3.3.4 3.3.3-r3 3.3.3-r2 3.3.3-r1 3.3.3 3.3.2 3.3.1-r2 3.3.1-r1 3.3.1 3.3.0-r1 3.3.0 3.2.3-r1 3.2.3 3.2.2-r1 3.2.2 3.2.1-r2 3.2.1-r1 3.2.1 3.2.0 3.1.2-r4 3.1.2-r3 3.1.2-r2 3.1.2-r1 3.1.2 3.1.1-r2 3.1.1-r1 3.1.1 3.1.0-r3 3.1.0-r2 3.1.0-r1 3.1.0" if [[ -z "${QTDIR}" ]]; then QTDIR="/usr/qt/3" |