commit:     6e79e4fd09a37c3f48a691a27ced0be402ddf876
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 11:01:11 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> 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 <marecki <AT> 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

Reply via email to