summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stewart <vericgar@gentoo.org>2006-06-04 19:15:09 +0000
committerMichael Stewart <vericgar@gentoo.org>2006-06-04 19:15:09 +0000
commitd79a4174434807b83c3d37a0e78d2cd804d44b89 (patch)
tree314ba754026af72e56135cbc5e0b616213c81db0 /eclass/apache-module.eclass
parentAddress dependency issues caused by depend.apache. Refer to bug 107127. (diff)
downloadhistorical-d79a4174434807b83c3d37a0e78d2cd804d44b89.tar.gz
historical-d79a4174434807b83c3d37a0e78d2cd804d44b89.tar.bz2
historical-d79a4174434807b83c3d37a0e78d2cd804d44b89.zip
Add comment warning about dependency issues. Refer to bug 107127.
Diffstat (limited to 'eclass/apache-module.eclass')
-rw-r--r--eclass/apache-module.eclass7
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/apache-module.eclass b/eclass/apache-module.eclass
index 8b1be382927d..f038a848a07d 100644
--- a/eclass/apache-module.eclass
+++ b/eclass/apache-module.eclass
@@ -1,12 +1,17 @@
# Copyright 2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Michael Tindal <urilith@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.13 2005/08/02 23:26:14 vericgar Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/apache-module.eclass,v 1.14 2006/06/04 19:15:09 vericgar Exp $
inherit depend.apache
# This eclass provides a common set of functions for Apache modules.
+# NOTE: If you use this, be sure you use the need_* call after you have
+# defined DEPEND and RDEPEND. Also note that you can not rely on the
+# automatic RDEPEND=DEPEND that portage does if you use this eclass.
+# See bug 107127 for more information.
+
######
## Common ebuild variables
######