summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild')
-rw-r--r--dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild b/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild
index b8c72d2e5cd4..34ca774397fe 100644
--- a/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild
+++ b/dev-ruby/llhttp-ffi/llhttp-ffi-0.5.0.ebuild
@@ -11,10 +11,10 @@ inherit ruby-fakegem
MY_PV="2023-03-29"
DESCRIPTION="Ruby FFI bindings for llhttp"
-HOMEPAGE="https://github.com/metabahn/llhttp"
+HOMEPAGE="https://github.com/bryanp/llhttp"
# Use -> ${MY_PV} in SRC_URI here to help spot forgotten MY_PV updates
# (pkgcheck will warn on matching checksums)
-SRC_URI="https://github.com/metabahn/llhttp/archive/refs/tags/${MY_PV}.tar.gz -> llhttp-${MY_PV}.tar.gz"
+SRC_URI="https://github.com/bryanp/llhttp/archive/refs/tags/${MY_PV}.tar.gz -> llhttp-${MY_PV}.tar.gz"
LICENSE="MPL-2.0"
SLOT="$(ver_cut 1)/$(ver_cut 1-2)"
@@ -29,6 +29,8 @@ ruby_add_bdepend "test? (
dev-ruby/rspec:3
)"
+DEPEND+=" test? ( net-misc/curl )"
+
PATCHES=(
"${FILESDIR}"/${PN}-0.5.0-fix-rake-clean.patch
)