diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-05 21:14:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-05-05 21:14:11 +0000 |
commit | 05b7aa1e46841a42e2820db7c144e23e23ebc6f5 (patch) | |
tree | eba2202813e39fe0e9f0ec0fc763db2df425f725 /eclass/qt3.eclass | |
parent | Stable on alpha wrt security Bug #131135. (diff) | |
download | historical-05b7aa1e46841a42e2820db7c144e23e23ebc6f5.tar.gz historical-05b7aa1e46841a42e2820db7c144e23e23ebc6f5.tar.bz2 historical-05b7aa1e46841a42e2820db7c144e23e23ebc6f5.zip |
Add Qt 3.3.6-r1 to the list.
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 928b70931205..45e29ce7e47d 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.17 2006/05/03 12:28:50 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.18 2006/05/05 21:14:11 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 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-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" |