commit:     18de5e4f3a07c2085a047c7cf129371c48b84b51
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 23:14:07 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 11 23:14:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18de5e4f

dev-perl/XML-Compile-WSDL11: Add missing test dependency

Closes: https://bugs.gentoo.org/774777
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild 
b/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild
index f4eb235aee9..66834bb0d55 100644
--- a/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild
+++ b/dev-perl/XML-Compile-WSDL11/XML-Compile-WSDL11-3.60.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DIST_AUTHOR=MARKOV
 DIST_VERSION=3.06
@@ -20,9 +20,12 @@ RDEPEND="
        >=dev-perl/XML-Compile-Cache-1.30.0
        >=dev-perl/XML-Compile-SOAP-3.160.0
 "
-DEPEND="${RDEPEND}
+
+# bug 774777
+BEPEND="${RDEPEND}
        virtual/perl-ExtUtils-MakeMaker
        test? (
+               dev-perl/Test-Deep
                dev-perl/XML-Compile-Tester
                >=virtual/perl-Test-Simple-0.540.0
        )

Reply via email to