Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lesspipe/
Date: Fri, 14 May 2021 20:05:06
Message-Id: 1621022694.0f3d922fd47812f9a2f511587d4992ab25c57f3e.sam@gentoo
1 commit: 0f3d922fd47812f9a2f511587d4992ab25c57f3e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 14 20:04:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 14 20:04:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3d922f
7
8 app-text/lesspipe: restrict tests in 1.84, 1.85
9
10 Tests are broken in both of these versions. There are some possibly
11 relevant commits upstream but they're not clean enough to backport.
12
13 Restrict tests for now with a comment to revisit on upgrades.
14
15 Bug: https://bugs.gentoo.org/734896
16 Acked-by: David Seifert <soap <AT> gentoo.org>
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 app-text/lesspipe/lesspipe-1.84.ebuild | 5 +++++
20 app-text/lesspipe/lesspipe-1.85.ebuild | 5 +++++
21 2 files changed, 10 insertions(+)
22
23 diff --git a/app-text/lesspipe/lesspipe-1.84.ebuild b/app-text/lesspipe/lesspipe-1.84.ebuild
24 index 6629361ef00..0ac8001530d 100644
25 --- a/app-text/lesspipe/lesspipe-1.84.ebuild
26 +++ b/app-text/lesspipe/lesspipe-1.84.ebuild
27 @@ -12,6 +12,11 @@ SLOT="0"
28 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
29 IUSE=""
30
31 +# Tests are broken in 1.84, 1.85.
32 +# Please check again on bumps!
33 +# bug #734896
34 +RESTRICT="test"
35 +
36 DEPEND="dev-lang/perl"
37 RDEPEND="${DEPEND}
38 !<sys-apps/less-483-r1"
39
40 diff --git a/app-text/lesspipe/lesspipe-1.85.ebuild b/app-text/lesspipe/lesspipe-1.85.ebuild
41 index 6629361ef00..0ac8001530d 100644
42 --- a/app-text/lesspipe/lesspipe-1.85.ebuild
43 +++ b/app-text/lesspipe/lesspipe-1.85.ebuild
44 @@ -12,6 +12,11 @@ SLOT="0"
45 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 IUSE=""
47
48 +# Tests are broken in 1.84, 1.85.
49 +# Please check again on bumps!
50 +# bug #734896
51 +RESTRICT="test"
52 +
53 DEPEND="dev-lang/perl"
54 RDEPEND="${DEPEND}
55 !<sys-apps/less-483-r1"