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 1E30E158083 for ; Wed, 18 Sep 2024 09:26:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E4ADE29B0; Wed, 18 Sep 2024 09:26:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35EE9E29B0 for ; Wed, 18 Sep 2024 09:26:36 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B97D335C52 for ; Wed, 18 Sep 2024 09:26:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7539F2145 for ; Wed, 18 Sep 2024 09:26:33 +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: <1726651560.455fdc62400ef0ab4e63025fb00e20c41fe72410.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jbuilder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/jbuilder/jbuilder-2.13.0-r1.ebuild dev-ruby/jbuilder/jbuilder-2.13.0.ebuild X-VCS-Directories: dev-ruby/jbuilder/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 455fdc62400ef0ab4e63025fb00e20c41fe72410 X-VCS-Branch: master Date: Wed, 18 Sep 2024 09:26: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: fae3088c-3bf3-4b20-be06-64102750a050 X-Archives-Hash: 9d9468e2bbfe887f8be86cbbda152e86 commit: 455fdc62400ef0ab4e63025fb00e20c41fe72410 Author: Hans de Graaff gentoo org> AuthorDate: Wed Sep 18 09:26:00 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Sep 18 09:26:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455fdc62 dev-ruby/jbuilder: avoid installing binstubs Closes: https://bugs.gentoo.org/939810 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/jbuilder/{jbuilder-2.13.0.ebuild => jbuilder-2.13.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ruby/jbuilder/jbuilder-2.13.0.ebuild b/dev-ruby/jbuilder/jbuilder-2.13.0-r1.ebuild similarity index 97% rename from dev-ruby/jbuilder/jbuilder-2.13.0.ebuild rename to dev-ruby/jbuilder/jbuilder-2.13.0-r1.ebuild index 51d8bdce0f79..789373cb79f1 100644 --- a/dev-ruby/jbuilder/jbuilder-2.13.0.ebuild +++ b/dev-ruby/jbuilder/jbuilder-2.13.0-r1.ebuild @@ -4,6 +4,7 @@ EAPI=8 USE_RUBY="ruby31 ruby32 ruby33" +RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_TASK_TEST="CI=true test" RUBY_FAKEGEM_EXTRADOC="README.md"