diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-07 19:30:25 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-07 19:32:21 +1300 |
commit | e6ac6cd2cf934ed317f541a7ff651c90c9474c47 (patch) | |
tree | 3bd479374edf2f525725eda5f334280b0be3e0d3 /dev-perl/Data-ShowTable/Data-ShowTable-4.600.0.ebuild | |
parent | dev-ruby/ffi: cleanup (diff) | |
download | gentoo-e6ac6cd2cf934ed317f541a7ff651c90c9474c47.tar.gz gentoo-e6ac6cd2cf934ed317f541a7ff651c90c9474c47.tar.bz2 gentoo-e6ac6cd2cf934ed317f541a7ff651c90c9474c47.zip |
dev-perl/Data-ShowTable: Fix test failure without '.' in @INC bug #615582
- Fix parallel testing and enable it
- Restore disabled test which I cannot make fail.
Bug: https://bugs.gentoo.org/403881
Closes: https://bugs.gentoo.org/615582
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Data-ShowTable/Data-ShowTable-4.600.0.ebuild')
-rw-r--r-- | dev-perl/Data-ShowTable/Data-ShowTable-4.600.0.ebuild | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/dev-perl/Data-ShowTable/Data-ShowTable-4.600.0.ebuild b/dev-perl/Data-ShowTable/Data-ShowTable-4.600.0.ebuild index d42abe99df4c..ffd4367a7e49 100644 --- a/dev-perl/Data-ShowTable/Data-ShowTable-4.600.0.ebuild +++ b/dev-perl/Data-ShowTable/Data-ShowTable-4.600.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 EAPI=5 @@ -16,12 +16,9 @@ IUSE="" DEPEND="virtual/perl-ExtUtils-MakeMaker" -SRC_TEST=do +SRC_TEST="do parallel" -src_test() { - # When version bumping the package next time, - # please comment out the line below to see if this test passes. - # bug 403881 - perl_rm_files t/list-wrap.t - perl-module_src_test -} +PATCHES=( + "${FILESDIR}/${P}-perl526.patch" + "${FILESDIR}/${P}-parallel.patch" +) |