summaryrefslogtreecommitdiff
path: root/dev-ruby/llhttp-ffi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-22 06:41:43 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-22 06:41:43 +0000
commitaaeed2da8906f11cba80355688015d74b01cc604 (patch)
tree5d714c0600fd3f185c0ddb96eef8dd41a5f3ec5e /dev-ruby/llhttp-ffi
parent23b767af73549eeb4dd3069e09d0f2fcb88669a8 (diff)
gentoo auto-resync : 22:03:2023 - 06:41:43
Diffstat (limited to 'dev-ruby/llhttp-ffi')
-rw-r--r--dev-ruby/llhttp-ffi/Manifest2
-rw-r--r--dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild7
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/llhttp-ffi/Manifest b/dev-ruby/llhttp-ffi/Manifest
index 772463692ea8..fc1e1a7af394 100644
--- a/dev-ruby/llhttp-ffi/Manifest
+++ b/dev-ruby/llhttp-ffi/Manifest
@@ -1,3 +1,3 @@
DIST llhttp-0.4.0.tar.gz 98406 BLAKE2B 9f7358d988ed00558a36ae80e3c7d38cabb41a2233f32f4e3e6e9ed49a205f85ed84cb76cb07984f3b73b0a67eade4844ed5f4ee98b2453fa5c25d36fcb0082c SHA512 56a491763500b1619492173a83a227e3228847f4b85b8dadab1a9de34d65d5c662615c18d6cc6d5e11226df83381fd7f79f67e12f89f0e437ada8f9fd083ec26
-EBUILD llhttp-ffi-0.4.0.ebuild 1181 BLAKE2B 8955e87e6a7965d6ebd03b404baae9bad98fd4d7e4b49aea7e8f4ef34bacdfbf355aa418ea8a23be9d3834ca06a961e7faf371d4f05cc494157960cb55aec229 SHA512 7a3b7bd7ef971703a6d7e1f8a3220cd3c37ac0a9dee56456d3732674fe46783665abd6edc66fd94ff968e67915f3dfcb722cb4497fdc054d0fad9add48298b0f
+EBUILD llhttp-ffi-0.4.0.ebuild 1200 BLAKE2B 4f22459126c2d85467e347119d1589f79cc44f50630e18f388d44fa900a8262b845a36152e7928deb22b93c476ed51c316a985da5b077794cc4e15c184d1ac8b SHA512 ed9d467da8a0c13e08b66283e5dd279a4af238028b69da6d43ae32a21244cedc4252643c5108d0ef34f6593c4c78c3605d41305ce546f6fda20ee826c56d924a
MISC metadata.xml 342 BLAKE2B fed02fc3abfc46f4d9c46eac8333aada41c709559f1200c9505b6e19b24cd4af9e03d36fa5a701c1cc7406bc1f8c3499c23c29d390dfcfae9e7aa2883dedd97a SHA512 582e050c2e5e5659e05d5998bffc07aebb8603d2a817bd29527ccc0b4a98fc8a5b8326664f34eca8f7267fc0f56b9d81539b49a20eb58a7b5ba133e75808d248
diff --git a/dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild b/dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild
index 2f1dcb8c942b..634c3b609568 100644
--- a/dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild
+++ b/dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,7 +22,10 @@ RUBY_S="llhttp-${MY_PV}/ffi"
ruby_add_rdepend "=dev-ruby/ffi-compiler-1*"
-ruby_add_bdepend "test? ( dev-ruby/async-io )"
+ruby_add_bdepend "test? (
+ dev-ruby/async-io
+ dev-ruby/rspec:3
+)"
all_ruby_prepare() {
sed -i -e 's/gem "rake-compiler"//g' "Gemfile" || die