From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1501048-garchives=archives.gentoo.org@lists.gentoo.org>
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 8927015864F
	for <garchives@archives.gentoo.org>; Mon, 27 Mar 2023 13:25:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 96B36E08E0;
	Mon, 27 Mar 2023 13:25:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D5F4FE08E0
	for <gentoo-commits@lists.gentoo.org>; Mon, 27 Mar 2023 13:25:23 +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 215C3335CF7
	for <gentoo-commits@lists.gentoo.org>; Mon, 27 Mar 2023 13:25:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 030DE980
	for <gentoo-commits@lists.gentoo.org>; Mon, 27 Mar 2023 13:25:20 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1679923426.f6a6e9096b1b979d3751bd634246889653fed133.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-romkan/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/ruby-romkan/ruby-romkan-0.4-r7.ebuild
X-VCS-Directories: dev-ruby/ruby-romkan/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f6a6e9096b1b979d3751bd634246889653fed133
X-VCS-Branch: master
Date: Mon, 27 Mar 2023 13:25:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 33c14430-3b5f-40ea-9ffe-b882616c9161
X-Archives-Hash: c45ecb0ef1926f5d9e22902308f5e089

commit:     f6a6e9096b1b979d3751bd634246889653fed133
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 27 11:46:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 27 13:23:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a6e909

dev-ruby/ruby-romkan: enable ruby31, ruby32

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/ruby-romkan/ruby-romkan-0.4-r7.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/ruby-romkan/ruby-romkan-0.4-r7.ebuild b/dev-ruby/ruby-romkan/ruby-romkan-0.4-r7.ebuild
index aa6f446296f8..feceaf035d94 100644
--- a/dev-ruby/ruby-romkan/ruby-romkan-0.4-r7.ebuild
+++ b/dev-ruby/ruby-romkan/ruby-romkan-0.4-r7.ebuild
@@ -1,18 +1,18 @@
-# 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="ruby27 ruby30 ruby31 ruby32"
 
 inherit ruby-ng
 
 DESCRIPTION="A Romaji <-> Kana conversion library for Ruby"
 HOMEPAGE="http://0xcc.net/ruby-romkan/"
 SRC_URI="http://0xcc.net/ruby-romkan/${P}.tar.gz"
+
 LICENSE="Ruby-BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
 
 DOCS="ChangeLog *.rd"