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 21A0515800A for ; Mon, 30 Dec 2024 07:59:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B45A4E0826; Mon, 30 Dec 2024 07:59:01 +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 9934DE0826 for ; Mon, 30 Dec 2024 07:59:01 +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 A3822335D21 for ; Mon, 30 Dec 2024 07:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D40718E7 for ; Mon, 30 Dec 2024 07:58:59 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1735545499.56f8b576d015f8a35da742aeb741bca436bb4aba.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ascii85/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ascii85/ascii85-1.1.1-r1.ebuild dev-ruby/ascii85/ascii85-2.0.1.ebuild X-VCS-Directories: dev-ruby/ascii85/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 56f8b576d015f8a35da742aeb741bca436bb4aba X-VCS-Branch: master Date: Mon, 30 Dec 2024 07:58:59 +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: 4821090d-bb2e-498d-bea2-77d7ce826ab1 X-Archives-Hash: 676c273dc9a0105a1855f4c9aff7971b commit: 56f8b576d015f8a35da742aeb741bca436bb4aba Author: Hans de Graaff gentoo org> AuthorDate: Mon Dec 30 07:39:53 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 30 07:58:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56f8b576 dev-ruby/ascii85: enable ruby34 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ascii85/ascii85-1.1.1-r1.ebuild | 2 +- dev-ruby/ascii85/ascii85-2.0.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/ascii85/ascii85-1.1.1-r1.ebuild b/dev-ruby/ascii85/ascii85-1.1.1-r1.ebuild index d5edfaf0b6f4..8ccfee47da14 100644 --- a/dev-ruby/ascii85/ascii85-1.1.1-r1.ebuild +++ b/dev-ruby/ascii85/ascii85-1.1.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_BINWRAP="" RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/ascii85/ascii85-2.0.1.ebuild b/dev-ruby/ascii85/ascii85-2.0.1.ebuild index 649186f30073..b77d4a519ac8 100644 --- a/dev-ruby/ascii85/ascii85-2.0.1.ebuild +++ b/dev-ruby/ascii85/ascii85-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"