Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 204916
Collapse All | Expand All

(-)/usr/portage/www-apache/mod_perl/mod_perl-2.0.3-r2.ebuild~ (-3 / +1 lines)
Lines 29-37 Link Here
29
need_apache2
29
need_apache2
30
30
31
pkg_setup() {
31
pkg_setup() {
32
	if built_with_use dev-lang/perl ithreads; then
32
	if ! built_with_use dev-lang/perl ithreads; then
33
		APACHE2_SAFE_MPMS="event worker"
34
	else
35
		APACHE2_SAFE_MPMS="prefork itk peruser"
33
		APACHE2_SAFE_MPMS="prefork itk peruser"
36
	fi
34
	fi
37
	apache-module_pkg_setup
35
	apache-module_pkg_setup

Return to bug 204916