diff options
author | 2006-06-04 19:15:09 +0000 | |
---|---|---|
committer | 2006-06-04 19:15:09 +0000 | |
commit | d79a4174434807b83c3d37a0e78d2cd804d44b89 (patch) | |
tree | 314ba754026af72e56135cbc5e0b616213c81db0 /eclass/depend.apache.eclass | |
parent | Address dependency issues caused by depend.apache. Refer to bug 107127. (diff) | |
download | historical-d79a4174434807b83c3d37a0e78d2cd804d44b89.tar.gz historical-d79a4174434807b83c3d37a0e78d2cd804d44b89.tar.bz2 historical-d79a4174434807b83c3d37a0e78d2cd804d44b89.zip |
Add comment warning about dependency issues. Refer to bug 107127.
Diffstat (limited to 'eclass/depend.apache.eclass')
-rw-r--r-- | eclass/depend.apache.eclass | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/eclass/depend.apache.eclass b/eclass/depend.apache.eclass index 28ccb9f87b20..eb5134585e0a 100644 --- a/eclass/depend.apache.eclass +++ b/eclass/depend.apache.eclass @@ -1,9 +1,17 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.24 2005/09/19 00:21:20 vericgar Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.apache.eclass,v 1.25 2006/06/04 19:15:09 vericgar Exp $ inherit multilib +# This eclass handles depending on apache in a sane way and providing +# information about where certain interfaces are located. + +# 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. + ###### ## Apache Common Variables ## |