dev-perl/Apache-AuthCookie: Block against www-apache/mpm_itk with USE=test re bug...
authorKent Fredric <kentnl@gentoo.org>
Thu, 2 Feb 2017 00:25:40 +0000 (13:25 +1300)
committerKent Fredric <kentnl@gentoo.org>
Thu, 2 Feb 2017 00:26:05 +0000 (13:26 +1300)
Tests still fail for me (Test::More looks to be the culprit), but
they actually run now instead of blocking while the server starts.

Bug: https://bugs.gentoo.org/607970

Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.230.0.ebuild
dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.240.0.ebuild
dev-perl/Apache-AuthCookie/Apache-AuthCookie-3.250.0.ebuild

index 90a0717c7b46be593149fce48c9a5c460fe67e65..542bd599532bf03570faa8b5125f5101b934f268 100644 (file)
@@ -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"
index b9623a5f221a75826e54a54a55b6091b02ebf4ec..7274078b25dbeb71e5d4b764a15c96559fa16f45 100644 (file)
@@ -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
+       )
 "
index 6fac48911a93db738073b5f46ce1c6f9b870f55d..a72bc0c82c61583d7f278edeeb2fea9c48684b36 100644 (file)
@@ -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
        )
 "