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

(-)a/www-apache/mod_perl/mod_perl-2.0.10_pre201601.ebuild (-2 / +10 lines)
Lines 14-20 SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz" Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="1"
15
SLOT="1"
16
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
16
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
17
IUSE="debug"
17
IUSE="debug ithreads"
18
18
19
# Make sure we always use the latest Apache-Test version or even check the
19
# Make sure we always use the latest Apache-Test version or even check the
20
# version of the bundled Apache-Test!
20
# version of the bundled Apache-Test!
Lines 24-30 IUSE="debug" Link Here
24
DEPEND="
24
DEPEND="
25
	>=dev-perl/Apache-Test-1.360
25
	>=dev-perl/Apache-Test-1.360
26
	>=dev-perl/CGI-3.08
26
	>=dev-perl/CGI-3.08
27
	dev-lang/perl[ithreads]
27
	ithreads? (
28
		dev-lang/perl[ithreads]
29
		www-servers/apache[threads]
30
	)
31
	!ithreads? (
32
		dev-lang/perl
33
		www-servers/apache[-apache2_mpms_worker(-)]
34
	)
28
	www-servers/apache
35
	www-servers/apache
29
"
36
"
30
RDEPEND="${DEPEND}"
37
RDEPEND="${DEPEND}"
Lines 103-108 src_configure() { Link Here
103
		MP_APR_CONFIG=/usr/bin/apr-1-config \
110
		MP_APR_CONFIG=/usr/bin/apr-1-config \
104
		MP_TRACE=${debug} \
111
		MP_TRACE=${debug} \
105
		MP_DEBUG=${debug} \
112
		MP_DEBUG=${debug} \
113
		MP_NO_THREADS=$(usex ithreads 0 1) \
106
		|| die
114
		|| die
107
}
115
}
108
116

Return to bug 522698