diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-08-11 12:01:11 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-08-11 12:27:46 +0100 |
commit | 6e79e4fd09a37c3f48a691a27ced0be402ddf876 (patch) | |
tree | 04e6c8fd7e1d62b611379d7e944f7aacbc4f86ea /app-text | |
parent | sys-auth/nss_ldap: ppc64 stable wrt bug #777633 (diff) | |
download | gentoo-6e79e4fd09a37c3f48a691a27ced0be402ddf876.tar.gz gentoo-6e79e4fd09a37c3f48a691a27ced0be402ddf876.tar.bz2 gentoo-6e79e4fd09a37c3f48a691a27ced0be402ddf876.zip |
app-text/htmltidy: remove test restriction
Will mask it on unkeyworded arches instead.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/htmltidy/htmltidy-5.8.0-r1.ebuild | 7 |
1 files 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 3ca575025b3c..c4e20905155a 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 |