diff options
author | Michael Stewart <vericgar@gentoo.org> | 2006-06-04 19:15:09 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2006-06-04 19:15:09 +0000 |
commit | 028f562ad2e668a3c3b1701c84d36bd3871a8d3d (patch) | |
tree | f06fa21d1c80a9f7a0c70b754a75d1cdd15dd01c /eclass/depend.apache.eclass | |
parent | Address dependency issues caused by depend.apache. Refer to bug 107127. (diff) | |
download | gentoo-2-028f562ad2e668a3c3b1701c84d36bd3871a8d3d.tar.gz gentoo-2-028f562ad2e668a3c3b1701c84d36bd3871a8d3d.tar.bz2 gentoo-2-028f562ad2e668a3c3b1701c84d36bd3871a8d3d.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 ## |