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 AC902158083 for ; Sat, 31 Aug 2024 08:48:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCAEBE29AA; Sat, 31 Aug 2024 08:48:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C13A0E29AA for ; Sat, 31 Aug 2024 08:48:25 +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 0790D3430EE for ; Sat, 31 Aug 2024 08:48:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DE431F28 for ; Sat, 31 Aug 2024 08:48:23 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1725094092.76a6106717a34d3b5a6c3733966f2a8919f62c99.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actioncable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/actioncable/actioncable-7.2.1.ebuild X-VCS-Directories: dev-ruby/actioncable/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 76a6106717a34d3b5a6c3733966f2a8919f62c99 X-VCS-Branch: master Date: Sat, 31 Aug 2024 08:48:23 +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: 1220cc42-2c0d-47fb-89ca-db42e3ae0f60 X-Archives-Hash: fb854ee8a27df41628df933b912ccf61 commit: 76a6106717a34d3b5a6c3733966f2a8919f62c99 Author: Hans de Graaff gentoo org> AuthorDate: Sat Aug 31 08:47:07 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Aug 31 08:48:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a61067 dev-ruby/actioncable: fix tests with no actioncable installed Closes: https://bugs.gentoo.org/938495 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/actioncable/actioncable-7.2.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/actioncable/actioncable-7.2.1.ebuild b/dev-ruby/actioncable/actioncable-7.2.1.ebuild index 529e2392bf65..9cd3bb6861a9 100644 --- a/dev-ruby/actioncable/actioncable-7.2.1.ebuild +++ b/dev-ruby/actioncable/actioncable-7.2.1.ebuild @@ -14,6 +14,7 @@ RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" RUBY_FAKEGEM_EXTRAINSTALL="app" RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_TASK_TEST="-Ilib test" inherit ruby-fakegem