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 A6D4D15800A for ; Thu, 24 Aug 2023 08:55:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D1012BC023; Thu, 24 Aug 2023 08:55:48 +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 67A542BC020 for ; Thu, 24 Aug 2023 08:55:48 +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 7916633BE95 for ; Thu, 24 Aug 2023 08:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE586107A for ; Thu, 24 Aug 2023 08:55:45 +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: <1692866820.ba86d34a40b72f751fcfc8f82e8c5f308409f4c2.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: ba86d34a40b72f751fcfc8f82e8c5f308409f4c2 X-VCS-Branch: dev Date: Thu, 24 Aug 2023 08:55:45 +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: c3c1be8d-413f-4876-9b2a-dc332505a723 X-Archives-Hash: 40e6aaad6a51e6d7008f1a36f3a749e4 commit: ba86d34a40b72f751fcfc8f82e8c5f308409f4c2 Author: Huang Rui gmail com> AuthorDate: Thu Aug 24 08:47:00 2023 +0000 Commit: Rui Huang gmail com> CommitDate: Thu Aug 24 08:47:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba86d34a dev-ruby/prawn-icon: enable ruby31 Signed-off-by: Huang Rui gmail.com> dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 887f987a1f..599cf8945c 100644 --- a/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild +++ b/dev-ruby/prawn-icon/prawn-icon-3.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby31" RUBY_FAKEGEM_RECIPE_DOC="yard" RUBY_FAKEGEM_RECIPE_TEST="rspec3"