Re: [gentoo-dev] [PATCH 02/44] apache-module.eclass: Set @PROVIDES

2021-09-02 Thread Michał Górny
On Thu, 2021-09-02 at 09:50 -0400, Michael Orlitzky wrote: > On Thu, 2021-09-02 at 14:58 +0200, Michał Górny wrote: > > > > > Apparently, need_apache* is the problem. Most of the ebuilds in www- > > apache/* are calling it: > > > > The apache-module eclass tells you to do that because it needs

Re: [gentoo-dev] [PATCH 02/44] apache-module.eclass: Set @PROVIDES

2021-09-02 Thread Michael Orlitzky
On Thu, 2021-09-02 at 14:58 +0200, Michał Górny wrote: > > > Apparently, need_apache* is the problem. Most of the ebuilds in www- > apache/* are calling it: > The apache-module eclass tells you to do that because it needs some of those APACHE_* paths. It should really be figuring them out

Re: [gentoo-dev] [PATCH 02/44] apache-module.eclass: Set @PROVIDES

2021-09-02 Thread Michał Górny
On Thu, 2021-09-02 at 08:50 -0400, Michael Orlitzky wrote: > On Thu, 2021-09-02 at 12:46 +0200, Michał Górny wrote: > > Signed-off-by: Michał Górny > > --- > > eclass/apache-module.eclass | 1 + > > 1 file changed, 1 insertion(+) > > ... > > # @SUPPORTED_EAPIS: 5 6 7 > > +# @PROVIDES:

Re: [gentoo-dev] [PATCH 02/44] apache-module.eclass: Set @PROVIDES

2021-09-02 Thread Michael Orlitzky
On Thu, 2021-09-02 at 12:46 +0200, Michał Górny wrote: > Signed-off-by: Michał Górny > --- > eclass/apache-module.eclass | 1 + > 1 file changed, 1 insertion(+) > ... > # @SUPPORTED_EAPIS: 5 6 7 > +# @PROVIDES: depend.apache I'm not sure about this one. The depend.apache eclass is junk and we

[gentoo-dev] [PATCH 02/44] apache-module.eclass: Set @PROVIDES

2021-09-02 Thread Michał Górny
Signed-off-by: Michał Górny --- eclass/apache-module.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/apache-module.eclass b/eclass/apache-module.eclass index 2594445c8b4f..16ebed9faa96 100644 --- a/eclass/apache-module.eclass +++ b/eclass/apache-module.eclass @@ -5,6 +5,7 @@ #