diff options
-rw-r--r-- | eclass/qt3.eclass (renamed from eclass/qt.eclass) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/qt.eclass b/eclass/qt3.eclass index 0dd7eb0e2ed3..138c2b97153a 100644 --- a/eclass/qt.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/qt.eclass,v 1.12 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.1 2005/07/07 04:12:18 caleb Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -19,7 +19,6 @@ 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" -QT4VERSIONS="4.0.0" qt_pkg_setup() { if has_version =x11-libs/qt-3*; then |