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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05EB8158089 for ; Sat, 9 Sep 2023 06:45:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BC952BC01E; Sat, 9 Sep 2023 06:45:55 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 118DE2BC01E for ; Sat, 9 Sep 2023 06:45:54 +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 E7AEE335C56 for ; Sat, 9 Sep 2023 06:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2FE610E0 for ; Sat, 9 Sep 2023 06:45:51 +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: <1694241938.8b4de168f7608a44fe416aaa659c416ec50f74dd.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ruby/asciidoctor-pdf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild X-VCS-Directories: dev-ruby/asciidoctor-pdf/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 8b4de168f7608a44fe416aaa659c416ec50f74dd X-VCS-Branch: dev Date: Sat, 9 Sep 2023 06:45:51 +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: 52e5059c-e091-449c-b241-9bf72d18a0d7 X-Archives-Hash: 42f20520157c601ba44538c76ff33ff4 commit: 8b4de168f7608a44fe416aaa659c416ec50f74dd Author: Huang Rui gmail com> AuthorDate: Sat Sep 9 06:45:38 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Sat Sep 9 06:45:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b4de168 dev-ruby/asciidoctor-pdf: enable ruby32 Signed-off-by: Huang Rui gmail.com> dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild index b88737c775..d51932fe8b 100644 --- a/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.ebuild +++ b/dev-ruby/asciidoctor-pdf/asciidoctor-pdf-2.3.4.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_TASK_TEST="CUCUMBER_PUBLISH_QUIET=true test features" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"