commit: af390a2d73f871545434023fd475ea0db770465b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 13 13:11:33 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Dec 13 13:15:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af390a2d
www-apps/jekyll: avoid tests requiring dev-ruby/httpclient
dev-ruby/httpclient has a number of issues and is no longer maintained.
It will be masked for removal.
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
www-apps/jekyll/jekyll-4.3.2-r2.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/www-apps/jekyll/jekyll-4.3.2-r2.ebuild
b/www-apps/jekyll/jekyll-4.3.2-r2.ebuild
index 06180b8f59ed..84ba36456c6e 100644
--- a/www-apps/jekyll/jekyll-4.3.2-r2.ebuild
+++ b/www-apps/jekyll/jekyll-4.3.2-r2.ebuild
@@ -39,7 +39,6 @@ ruby_add_rdepend "
"
ruby_add_bdepend "
test? (
- dev-ruby/httpclient
dev-ruby/kramdown-syntax-coderay
dev-ruby/launchy
dev-ruby/nokogiri
@@ -97,6 +96,9 @@ all_ruby_prepare() {
# Confused by network-sandbox
sed -e "/return true if there's internet/askip \"Confused by
network-sandbox\"" \
-i test/test_utils.rb || die
+
+ # Avoid tests requiring unmaintained and broken httpclient
+ rm -f test/test_commands_serve.rb || die
}
src_test() {