Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 584844 - www-apache/mod_fastcgi-2.4.7_pre0910052141-r1 stabilisation requested
Summary: www-apache/mod_fastcgi-2.4.7_pre0910052141-r1 stabilisation requested
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-02 11:29 UTC by Alarig Le Lay
Modified: 2016-10-01 07:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alarig Le Lay 2016-06-02 11:29:09 UTC
Hi,

mod_fastcgi is currently blocking the upgrade from apache 2.2 to apache 2.4 due to dependency to 2.2 in the ebuild. The version pre0910052141-r1 doesn’t have this dependency:

alarig@bulbizarre /usr/portage/www-apache/mod_fastcgi $ diff mod_fastcgi-2.4.7_pre0910052141.ebuild mod_fastcgi-2.4.7_pre0910052141-r1.ebuild
5c5,6
< inherit apache-module
---
> EAPI="5"
> inherit apache-module eutils
8d8
< 
13c13
< KEYWORDS="amd64 x86"
---
> KEYWORDS="~amd64 ~x86"
26c26,30
< need_apache2_2
---
> need_apache2
> 
> src_prepare() {
> 	epatch "${FILESDIR}/${PN}-compile-against-apache2.4.patch"
> }

So, it is possible to stabilise -r1?

Thanks,
-- 
alarig
Comment 1 Pacho Ramos gentoo-dev 2016-10-01 07:56:16 UTC
removed