summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-24 13:50:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-11-24 13:50:46 +0000
commit3aa960c754b3b6ca83e868a2eed50f50f6595fd1 (patch)
treecb6196087aec3144082daf25ef90420f3ccf491f /eclass/qt3.eclass
parentstable x86, bug #156121 (diff)
downloadgentoo-2-3aa960c754b3b6ca83e868a2eed50f50f6595fd1.tar.gz
gentoo-2-3aa960c754b3b6ca83e868a2eed50f50f6595fd1.tar.bz2
gentoo-2-3aa960c754b3b6ca83e868a2eed50f50f6595fd1.zip
Don't use 3.3.7, as that would require a bump of qt-unixODBC too that I don't really want to.
Diffstat (limited to 'eclass/qt3.eclass')
-rw-r--r--eclass/qt3.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass
index cbab61fb96fb..60ca960e9bea 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.22 2006/11/23 23:51:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.23 2006/11/24 13:50:46 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.7 3.3.6-r4 3.3.6-r3 3.3.6-r2 3.3.6-r1 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"
+QT3VERSIONS="3.3.6-r5 3.3.6-r4 3.3.6-r3 3.3.6-r2 3.3.6-r1 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"