diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2012-04-03 20:23:27 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2012-04-03 20:23:27 +0000 |
commit | 874121851c4ded572e76ee0ebe62ab5ab3981246 (patch) | |
tree | 838758234137ffcccf0f05d1e2a8b962c39482a4 /www-apache | |
parent | Add virtualx support to fix the tests, thanks Ian (diff) | |
download | gentoo-2-874121851c4ded572e76ee0ebe62ab5ab3981246.tar.gz gentoo-2-874121851c4ded572e76ee0ebe62ab5ab3981246.tar.bz2 gentoo-2-874121851c4ded572e76ee0ebe62ab5ab3981246.zip |
Depend on apache <2.4*
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_perl/ChangeLog | 8 | ||||
-rw-r--r-- | www-apache/mod_perl/mod_perl-2.0.4-r1.ebuild | 7 | ||||
-rw-r--r-- | www-apache/mod_perl/mod_perl-2.0.5.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/www-apache/mod_perl/ChangeLog b/www-apache/mod_perl/ChangeLog index 66a4af1603b1..acdfc3f2884c 100644 --- a/www-apache/mod_perl/ChangeLog +++ b/www-apache/mod_perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apache/mod_perl -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.94 2011/11/19 00:27:52 idl0r Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/ChangeLog,v 1.95 2012/04/03 20:23:27 idl0r Exp $ + + 03 Apr 2012; Christian Ruppert <idl0r@gentoo.org> mod_perl-2.0.4-r1.ebuild, + mod_perl-2.0.5.ebuild: + Depend on apache <2.4* 19 Nov 2011; Christian Ruppert <idl0r@gentoo.org> mod_perl-2.0.5.ebuild: Add debug useflag to enable/disable MP_TRACE and MP_DEBUG. diff --git a/www-apache/mod_perl/mod_perl-2.0.4-r1.ebuild b/www-apache/mod_perl/mod_perl-2.0.4-r1.ebuild index 9cb8b0dc7b8b..0a3827e310a5 100644 --- a/www-apache/mod_perl/mod_perl-2.0.4-r1.ebuild +++ b/www-apache/mod_perl/mod_perl-2.0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.4-r1.ebuild,v 1.15 2010/03/07 13:19:57 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.4-r1.ebuild,v 1.16 2012/04/03 20:23:27 idl0r Exp $ EAPI="2" @@ -15,7 +15,8 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" IUSE="" SLOT="1" -DEPEND=">=dev-perl/Apache-Test-1.27 +DEPEND="<www-servers/apache-2.4 + >=dev-perl/Apache-Test-1.27 >=virtual/perl-CGI-3.08 >=virtual/perl-IO-Compress-1.09 dev-lang/perl diff --git a/www-apache/mod_perl/mod_perl-2.0.5.ebuild b/www-apache/mod_perl/mod_perl-2.0.5.ebuild index 4f81457e4b59..8a2e5daedb9e 100644 --- a/www-apache/mod_perl/mod_perl-2.0.5.ebuild +++ b/www-apache/mod_perl/mod_perl-2.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.5.ebuild,v 1.8 2011/11/19 00:27:52 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_perl/mod_perl-2.0.5.ebuild,v 1.9 2012/04/03 20:23:27 idl0r Exp $ EAPI="3" @@ -20,7 +20,8 @@ SLOT="1" # # We need both, apache and perl but either apache without threads or perl with # ithreads, bug 373943 -DEPEND=">=dev-perl/Apache-Test-1.360 +DEPEND="<www-servers/apache-2.4 + >=dev-perl/Apache-Test-1.360 >=virtual/perl-CGI-3.08 dev-lang/perl www-servers/apache |