diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-06-30 13:46:22 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-06-30 13:46:22 +0000 |
commit | 40701c88f726be703c9c5482933f48a784d2be52 (patch) | |
tree | 9b2d83081dc9f102501ad91ac41374ffcda78119 /eclass | |
parent | typo fix (diff) | |
download | historical-40701c88f726be703c9c5482933f48a784d2be52.tar.gz historical-40701c88f726be703c9c5482933f48a784d2be52.tar.bz2 historical-40701c88f726be703c9c5482933f48a784d2be52.zip |
Fix comments
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt.eclass | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/eclass/qt.eclass b/eclass/qt.eclass index 3b8b4fcd9368..464f31662be7 100644 --- a/eclass/qt.eclass +++ b/eclass/qt.eclass @@ -1,14 +1,18 @@ # 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.7 2005/06/30 13:43:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt.eclass,v 1.8 2005/06/30 13:46:22 caleb Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # -# If you inherit this class, it assumes that you want to make sure the user has a version of Qt3 -# installed. The logic is as follows: +# This eclass is simple. Inherit it, and in your depend, do something like this: # -# Currently, it forces a dependency on any Qt3 version. If the ebuild also sets the version directly, then -# both should be in effect. +# DEPEND="$(qt_min_version 3.1)" +# +# and it handles the rest for you +# +# Caveats: +# +# Currently, the ebuild assumes that a minimum version of Qt3 is NOT satisfied by Qt4 inherit versionator |