commit: 0f3d922fd47812f9a2f511587d4992ab25c57f3e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 14 20:04:10 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 14 20:04:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3d922f
app-text/lesspipe: restrict tests in 1.84, 1.85 Tests are broken in both of these versions. There are some possibly relevant commits upstream but they're not clean enough to backport. Restrict tests for now with a comment to revisit on upgrades. Bug: https://bugs.gentoo.org/734896 Acked-by: David Seifert <soap <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/lesspipe/lesspipe-1.84.ebuild | 5 +++++ app-text/lesspipe/lesspipe-1.85.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/app-text/lesspipe/lesspipe-1.84.ebuild b/app-text/lesspipe/lesspipe-1.84.ebuild index 6629361ef00..0ac8001530d 100644 --- a/app-text/lesspipe/lesspipe-1.84.ebuild +++ b/app-text/lesspipe/lesspipe-1.84.ebuild @@ -12,6 +12,11 @@ SLOT="0" 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" IUSE="" +# Tests are broken in 1.84, 1.85. +# Please check again on bumps! +# bug #734896 +RESTRICT="test" + DEPEND="dev-lang/perl" RDEPEND="${DEPEND} !<sys-apps/less-483-r1" diff --git a/app-text/lesspipe/lesspipe-1.85.ebuild b/app-text/lesspipe/lesspipe-1.85.ebuild index 6629361ef00..0ac8001530d 100644 --- a/app-text/lesspipe/lesspipe-1.85.ebuild +++ b/app-text/lesspipe/lesspipe-1.85.ebuild @@ -12,6 +12,11 @@ SLOT="0" 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" IUSE="" +# Tests are broken in 1.84, 1.85. +# Please check again on bumps! +# bug #734896 +RESTRICT="test" + DEPEND="dev-lang/perl" RDEPEND="${DEPEND} !<sys-apps/less-483-r1"
