summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-18 21:09:33 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-18 21:09:33 +0000
commitc6e9fe42159a6ed27b11f43c394407cec3fa5735 (patch)
tree930d24107dfe08a08574920190a55dd531d0ac01 /eclass/qt3.eclass
parentRemove boost-jam from DEPEND (diff)
downloadgentoo-2-c6e9fe42159a6ed27b11f43c394407cec3fa5735.tar.gz
gentoo-2-c6e9fe42159a6ed27b11f43c394407cec3fa5735.tar.bz2
gentoo-2-c6e9fe42159a6ed27b11f43c394407cec3fa5735.zip
Add the latest qt3 version. Sigh.
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 6fe523727553..5ad056455423 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.19 2006/09/20 18:46:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.20 2006/10/18 21:09:33 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.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-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"