diff options
Diffstat (limited to 'dev-perl/Apache-AuthCookie')
3 files changed, 12 insertions, 5 deletions
diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild index 90a0717c7b46..542bd599532b 100644 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,7 +22,10 @@ RDEPEND=" " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker - test? ( >=dev-perl/Apache-Test-1.390.0 ) + test? ( + >=dev-perl/Apache-Test-1.390.0 + !www-apache/mpm_itk + ) " SRC_TEST="do parallel" diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild index b9623a5f221a..7274078b25db 100644 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,5 +22,8 @@ RDEPEND=" " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker - test? ( >=dev-perl/Apache-Test-1.390.0 ) + test? ( + >=dev-perl/Apache-Test-1.390.0 + !www-apache/mpm_itk + ) " diff --git a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild index 6fac48911a93..a72bc0c82c61 100644 --- a/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild +++ b/dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -24,5 +24,6 @@ DEPEND="${RDEPEND} test? ( >=dev-perl/Apache-Test-1.390.0 >=virtual/perl-Test-Simple-0.940.0 + !www-apache/mpm_itk ) " |