diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-02 23:22:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-05-02 23:33:18 +0200 |
commit | 8a27a6e27d157c8f3ea4003559d80958ba9ed639 (patch) | |
tree | 0486ec954fbf954a9b85d64102a956d6be236168 /dev-perl/SOAP-Lite | |
parent | dev-perl/SOAP-Lite: Shorten DESCRIPTION (diff) | |
download | gentoo-8a27a6e27d157c8f3ea4003559d80958ba9ed639.tar.gz gentoo-8a27a6e27d157c8f3ea4003559d80958ba9ed639.tar.bz2 gentoo-8a27a6e27d157c8f3ea4003559d80958ba9ed639.zip |
dev-perl/SOAP-Lite: Tests work fine now. Seems one of the test modules needed an update...
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild index 0554ef05b4b0..b0989367be4d 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.190.0.ebuild @@ -43,8 +43,7 @@ DEPEND="${RDEPEND} ) " -#SRC_TEST="do parallel" -# test fails because of \C deprecation warning +SRC_TEST="do parallel" src_test() { has_version '>=www-apache/mod_perl-2' && export MOD_PERL_API_VERSION=2 |