diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-09 21:19:46 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-09 21:19:46 +0000 |
commit | a6cff5f2267c78e87346c303c6eff9cabe675898 (patch) | |
tree | 63b9d3245634c801f83039d3a6c7b2a89f123c33 /eclass/qt3.eclass | |
parent | sync IUSE (+nptl +uclibc) (diff) | |
download | gentoo-2-a6cff5f2267c78e87346c303c6eff9cabe675898.tar.gz gentoo-2-a6cff5f2267c78e87346c303c6eff9cabe675898.tar.bz2 gentoo-2-a6cff5f2267c78e87346c303c6eff9cabe675898.zip |
qt_pkg_setup -> qt3_pkg_setup
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 138c2b97153a..3c8f2c0b126e 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.1 2005/07/07 04:12:18 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.2 2005/07/09 21:19:46 greg_g Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -20,7 +20,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" -qt_pkg_setup() { +qt3_pkg_setup() { if has_version =x11-libs/qt-3*; then if [[ -z $QTDIR ]]; then QTDIR="/usr/qt/3" |