summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-12-13 14:11:33 +0100
committerHans de Graaff <graaff@gentoo.org>2023-12-13 14:15:57 +0100
commitaf390a2d73f871545434023fd475ea0db770465b (patch)
tree1ff394c5a494da4f82dc3908a6e1c560d362b87f /www-apps/jekyll
parentwww-apps/jekyll: drop 4.3.2-r1 (diff)
downloadgentoo-af390a2d73f871545434023fd475ea0db770465b.tar.gz
gentoo-af390a2d73f871545434023fd475ea0db770465b.tar.bz2
gentoo-af390a2d73f871545434023fd475ea0db770465b.zip
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@gentoo.org>
Diffstat (limited to 'www-apps/jekyll')
-rw-r--r--www-apps/jekyll/jekyll-4.3.2-r2.ebuild4
1 files changed, 3 insertions, 1 deletions
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() {