Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Linux-Smaps/
Date: Tue, 24 Nov 2015 22:56:09
Message-Id: 1448405585.6359cfd872554d6380a18d65a5ea01536016e1fe.monsieurp@gentoo
1 commit: 6359cfd872554d6380a18d65a5ea01536016e1fe
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 24 22:52:21 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 24 22:53:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6359cfd8
7
8 dev-perl/Linux-Smaps: Remove dubious tests. Fixes bug 555174.
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild b/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild
17 index 1fc980e..6469fdf 100644
18 --- a/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild
19 +++ b/dev-perl/Linux-Smaps/Linux-Smaps-0.130.0.ebuild
20 @@ -17,3 +17,8 @@ IUSE=""
21 CONFIG_CHECK="~MMU ~PROC_PAGE_MONITOR"
22
23 SRC_TEST="do parallel"
24 +
25 +# Remove dubious tests.
26 +PERL_RM_FILES=(
27 + t/0{3,4}.t
28 +)