commit: c4fe2a6a8e04ae1d3e5b0580014bc212d2a00481 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 9 03:47:51 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 9 03:47:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4fe2a6a
app-text/lesspipe: restore mistakenly dropped RESTRICT="test" Left over from before I discovered the failure when lesspipe is installed again. Bug: https://bugs.gentoo.org/734896 Fixes: 99fca65929712594962c5a6d671781311e2b76a9 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/lesspipe/lesspipe-1.87.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/lesspipe/lesspipe-1.87.ebuild b/app-text/lesspipe/lesspipe-1.87.ebuild index 2189709e053..cd3b3f826f8 100644 --- a/app-text/lesspipe/lesspipe-1.87.ebuild +++ b/app-text/lesspipe/lesspipe-1.87.ebuild @@ -15,6 +15,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s # Still fragile in 1.87. Passes when lesspipe is not installed. # Please check again on bumps! # bug #734896 +RESTRICT="test" DEPEND="dev-lang/perl" RDEPEND="${DEPEND}
