summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2007-02-03 07:30:40 +0000
committerTristan Heaven <tristan@gentoo.org>2007-02-03 07:30:40 +0000
commit88e9a040c5511bebbffd9e43f54c7b0e8cf7617d (patch)
tree82b4e4667e7de75e116fde05a495f054361a467a /eclass/qt4.eclass
parentUse games eclass (diff)
downloadhistorical-88e9a040c5511bebbffd9e43f54c7b0e8cf7617d.tar.gz
historical-88e9a040c5511bebbffd9e43f54c7b0e8cf7617d.tar.bz2
historical-88e9a040c5511bebbffd9e43f54c7b0e8cf7617d.zip
fix comment
Diffstat (limited to 'eclass/qt4.eclass')
-rw-r--r--eclass/qt4.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4.eclass b/eclass/qt4.eclass
index e032324b080e..30f5f0a0d36c 100644
--- a/eclass/qt4.eclass
+++ b/eclass/qt4.eclass
@@ -1,12 +1,12 @@
# Copyright 2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.8 2007/01/31 13:02:35 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4.eclass,v 1.9 2007/02/03 07:30:40 nyhm Exp $
#
# Author Caleb Tennis <caleb@gentoo.org>
#
# This eclass is simple. Inherit it, and in your depend, do something like this:
#
-# DEPEND="$(qt_min_version 4)"
+# DEPEND="$(qt4_min_version 4)"
#
# and it handles the rest for you
#