summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-09-20 18:46:42 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-09-20 18:46:42 +0000
commit6c5e47cc0379b389e4316210b2c69380d3d9b969 (patch)
tree52c319a76bb55e7a87862ff1bb368f7d66038bb1 /eclass
parentForgot a DEPEND on eselect-vi (diff)
downloadgentoo-2-6c5e47cc0379b389e4316210b2c69380d3d9b969.tar.gz
gentoo-2-6c5e47cc0379b389e4316210b2c69380d3d9b969.tar.bz2
gentoo-2-6c5e47cc0379b389e4316210b2c69380d3d9b969.zip
Add latest 3.3.6-r2 revision just committed.
Diffstat (limited to '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 45e29ce7e47d..6fe523727553 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.18 2006/05/05 21:14:11 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.19 2006/09/20 18:46:42 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-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-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"