summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-06-30 13:46:22 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-06-30 13:46:22 +0000
commit40701c88f726be703c9c5482933f48a784d2be52 (patch)
tree9b2d83081dc9f102501ad91ac41374ffcda78119 /eclass
parenttypo fix (diff)
downloadhistorical-40701c88f726be703c9c5482933f48a784d2be52.tar.gz
historical-40701c88f726be703c9c5482933f48a784d2be52.tar.bz2
historical-40701c88f726be703c9c5482933f48a784d2be52.zip
Fix comments
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt.eclass14
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