diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-09 22:39:15 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-09 22:39:15 +0000 |
commit | 1c51016511bd0e4742e23147d966e8a61ef105a4 (patch) | |
tree | 69bd34de59d85ecda94121e18b5856d9d6246f42 /eclass/qt3.eclass | |
parent | Version bump #98332 by Joshua. (diff) | |
download | gentoo-2-1c51016511bd0e4742e23147d966e8a61ef105a4.tar.gz gentoo-2-1c51016511bd0e4742e23147d966e8a61ef105a4.tar.bz2 gentoo-2-1c51016511bd0e4742e23147d966e8a61ef105a4.zip |
Add a new Qt version 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 3c8f2c0b126e..64dbadce8340 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.2 2005/07/09 21:19:46 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.3 2005/07/09 22:39:15 greg_g Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -18,7 +18,7 @@ inherit versionator QTPKG="x11-libs/qt-" -QT3VERSIONS="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.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" qt3_pkg_setup() { if has_version =x11-libs/qt-3*; then |