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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F20D6158042 for ; Thu, 17 Oct 2024 08:06:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46886E07D0; Thu, 17 Oct 2024 08:06:06 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BA4CE07D0 for ; Thu, 17 Oct 2024 08:06:06 +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 45D6A340C57 for ; Thu, 17 Oct 2024 08:06:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D72C01B65 for ; Thu, 17 Oct 2024 08:06:03 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1729152344.039eb16df241d4831a124f09bf23035efdbfe674.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kramdown-rfc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kramdown-rfc/kramdown-rfc-1.6.39.ebuild X-VCS-Directories: app-text/kramdown-rfc/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 039eb16df241d4831a124f09bf23035efdbfe674 X-VCS-Branch: master Date: Thu, 17 Oct 2024 08:06:03 +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: ed3d33ba-efc2-4cd0-a801-44384203b878 X-Archives-Hash: 6261c5b1b155f1ece66727dd14089327 commit: 039eb16df241d4831a124f09bf23035efdbfe674 Author: Florian Schmaus gentoo org> AuthorDate: Thu Oct 17 07:48:13 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Oct 17 08:05:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039eb16d app-text/kramdown-rfc: enable ruby32 Signed-off-by: Florian Schmaus gentoo.org> app-text/kramdown-rfc/kramdown-rfc-1.6.39.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/kramdown-rfc/kramdown-rfc-1.6.39.ebuild b/app-text/kramdown-rfc/kramdown-rfc-1.6.39.ebuild index eca764b9c1dd..51db9edfc111 100644 --- a/app-text/kramdown-rfc/kramdown-rfc-1.6.39.ebuild +++ b/app-text/kramdown-rfc/kramdown-rfc-1.6.39.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31" +USE_RUBY="ruby31 ruby32" # The software got renamed from kramdown-rfc2629 to kramdown-rfc, # however the gem coordinate is still kramdown-rfc2629.