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 AA71815800A for ; Sat, 26 Aug 2023 05:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4FB92BC0FE; Sat, 26 Aug 2023 05:58:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5F8342BC0FE for ; Sat, 26 Aug 2023 05:58:21 +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 84291340CDF for ; Sat, 26 Aug 2023 05:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF4611095 for ; Sat, 26 Aug 2023 05:58:18 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1693029400.f16a08d3af0ea36c97fc7eab0794d10b1e29bd74.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/prawn-icon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild X-VCS-Directories: dev-ruby/prawn-icon/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: f16a08d3af0ea36c97fc7eab0794d10b1e29bd74 X-VCS-Branch: dev Date: Sat, 26 Aug 2023 05:58:18 +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: 473ba4f3-1aad-4e69-8a8c-6318d26869f7 X-Archives-Hash: 18163e336e32858b60aa81bd583e446c commit: f16a08d3af0ea36c97fc7eab0794d10b1e29bd74 Author: Huang Rui gmail com> AuthorDate: Sat Aug 26 05:56:40 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Sat Aug 26 05:56:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f16a08d3 dev-ruby/prawn-icon: enable ruby32 Signed-off-by: Huang Rui gmail.com> dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild index 7052fe4ff2..2c4ac05619 100644 --- a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild +++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31" +USE_RUBY="ruby31 ruby32" RUBY_FAKEGEM_RECIPE_DOC="yard" RUBY_FAKEGEM_RECIPE_TEST="rspec3"