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 01A32158042 for ; Fri, 8 Nov 2024 14:22:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C1E9E0843; Fri, 8 Nov 2024 14:22:47 +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 E5646E0843 for ; Fri, 8 Nov 2024 14:22:46 +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 0D2DE34168D for ; Fri, 8 Nov 2024 14:22:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F8FB1F0B for ; Fri, 8 Nov 2024 14:22:43 +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: <1731075735.6403b08b39b241d9ffa853d68ca8ec0c1c60bc49.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/tomoe/tomoe-0.6.0-r7.ebuild X-VCS-Directories: app-i18n/tomoe/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6403b08b39b241d9ffa853d68ca8ec0c1c60bc49 X-VCS-Branch: master Date: Fri, 8 Nov 2024 14:22:43 +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: 07cc04db-57b3-452a-a13e-3997fe0d5d4d X-Archives-Hash: 5c2db448e1aa65979efdbee6f65d2a79 commit: 6403b08b39b241d9ffa853d68ca8ec0c1c60bc49 Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 8 14:21:43 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 8 14:22:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6403b08b app-i18n/tomoe: enable ruby33 Signed-off-by: Hans de Graaff gentoo.org> app-i18n/tomoe/tomoe-0.6.0-r7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild index 9c30888d458c..97b192512a00 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" inherit autotools ruby-utils