From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 80B6515A7D9 for ; Wed, 22 Mar 2023 01:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8103E08F0; Wed, 22 Mar 2023 01:20:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFB74E08F0 for ; Wed, 22 Mar 2023 01:20:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0600340E43 for ; Wed, 22 Mar 2023 01:20:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78E8D907 for ; Wed, 22 Mar 2023 01:20:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679447908.247d7a3d079139d72a004a0b1a64350a2ebc4853.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/llhttp-ffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild X-VCS-Directories: dev-ruby/llhttp-ffi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 247d7a3d079139d72a004a0b1a64350a2ebc4853 X-VCS-Branch: master Date: Wed, 22 Mar 2023 01:20:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c60c43c-902d-4f1b-8b00-f44c8af2d5b7 X-Archives-Hash: 3da0c4ba9bedd332a6cd9815bb856aea commit: 247d7a3d079139d72a004a0b1a64350a2ebc4853 Author: Matoro Mahri users noreply github com> AuthorDate: Mon Mar 20 14:45:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 22 01:18:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247d7a3d dev-ruby/llhttp-ffi: add explicit rspec test dep Needs to be a test dep, but should NOT have RUBY_FAKEGEM_RECIPE_TEST set as it needs to be called via rake. Closes: https://bugs.gentoo.org/878053 Signed-off-by: Matoro Mahri users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/30261 Signed-off-by: Sam James gentoo.org> dev-ruby/llhttp-ffi/llhttp-ffi-0.4.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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