commit: 6359cfd872554d6380a18d65a5ea01536016e1fe
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 22:52:21 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 22:53:05 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6359cfd8
dev-perl/Linux-Smaps: Remove dubious tests. Fixes bug 555174.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild
b/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild
index 1fc980e..6469fdf 100644
--- a/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild
+++ b/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild
@@ -17,3 +17,8 @@ IUSE=""
CONFIG_CHECK="~MMU ~PROC_PAGE_MONITOR"
SRC_TEST="do parallel"
+
+# Remove dubious tests.
+PERL_RM_FILES=(
+ t/0{3,4}.t
+)