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 C8E2215A2F1 for ; Fri, 7 Apr 2023 18:11:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9ABBE0894; Fri, 7 Apr 2023 18:11:17 +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 80B25E0894 for ; Fri, 7 Apr 2023 18:11:17 +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 8946F341064 for ; Fri, 7 Apr 2023 18:11:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E087BA37 for ; Fri, 7 Apr 2023 18:11:12 +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: <1680890999.d3fde2276daa604ed365be6083ca9032ea334fbb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/combustion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/combustion/combustion-1.3.7-r2.ebuild X-VCS-Directories: dev-ruby/combustion/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d3fde2276daa604ed365be6083ca9032ea334fbb X-VCS-Branch: master Date: Fri, 7 Apr 2023 18:11:12 +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: 894ad65f-553b-4ece-9ccd-89d5d2c8918f X-Archives-Hash: 2902adc6ed22b681b8914a744ce1c331 commit: d3fde2276daa604ed365be6083ca9032ea334fbb Author: Sam James gentoo org> AuthorDate: Fri Apr 7 18:05:28 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 7 18:09:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fde227 dev-ruby/combustion: enable ruby32 Signed-off-by: Sam James gentoo.org> dev-ruby/combustion/combustion-1.3.7-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/combustion/combustion-1.3.7-r2.ebuild b/dev-ruby/combustion/combustion-1.3.7-r2.ebuild index 77ede8955804..a7313fbd40ee 100644 --- a/dev-ruby/combustion/combustion-1.3.7-r2.ebuild +++ b/dev-ruby/combustion/combustion-1.3.7-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" @@ -40,10 +40,10 @@ each_ruby_prepare() { -e '/rubocop/d' \ Gemfile || die - # appraisals, rubocop: useless for us test deps + # appraisal, rubocop: useless for us test deps # mysql2, pg,: optional runtime deps sed -i \ - -e '/appraisals/d' \ + -e '/appraisal/d' \ -e '/mysql2/d' \ -e '/pg/d' \ -e '/rubocop/d' \