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 BB7F015864F for ; Mon, 27 Mar 2023 09:15:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 002E9E0891; Mon, 27 Mar 2023 09:15:46 +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 A120EE0891 for ; Mon, 27 Mar 2023 09:15:45 +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 A2C0433B864 for ; Mon, 27 Mar 2023 09:15:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02D1897D for ; Mon, 27 Mar 2023 09:15:43 +0000 (UTC) From: "Sam James" 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" Message-ID: <1679908463.90cc9150af43ca7fc478e8a568864ea27947fa00.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_xml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild X-VCS-Directories: dev-ruby/multi_xml/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 90cc9150af43ca7fc478e8a568864ea27947fa00 X-VCS-Branch: master Date: Mon, 27 Mar 2023 09:15: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: cb041554-64e8-49a5-b79c-2e64164535eb X-Archives-Hash: 2ea86f0fce70e59040d1c8252c86ba40 commit: 90cc9150af43ca7fc478e8a568864ea27947fa00 Author: Sam James gentoo org> AuthorDate: Mon Mar 27 08:47:53 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 27 09:14:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90cc9150 dev-ruby/multi_xml: enable ruby32 Signed-off-by: Sam James gentoo.org> dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild index 0ddead2eb594..acb6c3f931b5 100644 --- a/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild +++ b/dev-ruby/multi_xml/multi_xml-0.6.0-r2.ebuild @@ -1,9 +1,9 @@ -# 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 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="yard" @@ -18,10 +18,10 @@ inherit ruby-fakegem DESCRIPTION="A generic swappable back-end for XML parsing" HOMEPAGE="https://www.rubydoc.info/gems/multi_xml" SRC_URI="https://github.com/sferik/multi_xml/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="MIT" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +LICENSE="MIT" SLOT="0" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend "doc? ( dev-ruby/yard )"