From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 019B5139360 for ; Wed, 11 Aug 2021 11:28:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43D44E0815; Wed, 11 Aug 2021 11:27:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2CD9AE0815 for ; Wed, 11 Aug 2021 11:27:59 +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 56C29342F3A for ; Wed, 11 Aug 2021 11:27:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC2F9737 for ; Wed, 11 Aug 2021 11:27:56 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1628681266.6e79e4fd09a37c3f48a691a27ced0be402ddf876.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/htmltidy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/htmltidy/htmltidy-5.8.0-r1.ebuild X-VCS-Directories: app-text/htmltidy/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 6e79e4fd09a37c3f48a691a27ced0be402ddf876 X-VCS-Branch: master Date: Wed, 11 Aug 2021 11:27:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00e511d0-19f3-4ef0-a693-c66d139abc93 X-Archives-Hash: a1b7a659ab23174e12a93aba962fadd5 commit: 6e79e4fd09a37c3f48a691a27ced0be402ddf876 Author: Marek Szuba gentoo org> AuthorDate: Wed Aug 11 11:01:11 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Aug 11 11:27:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e79e4fd app-text/htmltidy: remove test restriction Will mask it on unkeyworded arches instead. Signed-off-by: Marek Szuba gentoo.org> app-text/htmltidy/htmltidy-5.8.0-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild b/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild index 3ca575025b3..c4e20905155 100644 --- a/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild +++ b/app-text/htmltidy/htmltidy-5.8.0-r1.ebuild @@ -20,11 +20,8 @@ SLOT="0/58" # subslot is SOVERSION KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="deprecated test" -# TODO: in principle this works but the new dependencies have got WAY fewer -# keywords at the moment, keep tests restricted until the situation has improved. -#RESTRICT="!test? ( test )" -#ruby_add_bdepend "test? ( dev-ruby/thor dev-ruby/tty-editor )" -RESTRICT="test" +RESTRICT="!test? ( test )" +ruby_add_bdepend "test? ( dev-ruby/thor dev-ruby/tty-editor )" PATCHES=( "${FILESDIR}"/${PN}-5.8.0-no_static_lib.patch