From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1281946-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8899F1382C5 for <garchives@archives.gentoo.org>; Fri, 14 May 2021 20:05:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E61E089A; Fri, 14 May 2021 20:05:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B621DE089A for <gentoo-commits@lists.gentoo.org>; Fri, 14 May 2021 20:05:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20A34335CF4 for <gentoo-commits@lists.gentoo.org>; Fri, 14 May 2021 20:05:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3483643 for <gentoo-commits@lists.gentoo.org>; Fri, 14 May 2021 20:05:02 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1621022694.0f3d922fd47812f9a2f511587d4992ab25c57f3e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lesspipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lesspipe/lesspipe-1.84.ebuild app-text/lesspipe/lesspipe-1.85.ebuild X-VCS-Directories: app-text/lesspipe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0f3d922fd47812f9a2f511587d4992ab25c57f3e X-VCS-Branch: master Date: Fri, 14 May 2021 20:05:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e3c6a37-e9ad-4a81-8a37-1eea3dfc788f X-Archives-Hash: 44b220b34a01be13a6f4b940382fff35 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"