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 5F18A158042 for ; Sun, 6 Oct 2024 11:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F9DEE29A3; Sun, 6 Oct 2024 11:35:42 +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 73A9DE29A2 for ; Sun, 6 Oct 2024 11:35:42 +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 82A87340C57 for ; Sun, 6 Oct 2024 11:35:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1364911DF for ; Sun, 6 Oct 2024 11:35:40 +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: <1728214454.66ba3a4b05ad849d373d18df130f4ce8dd09745f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/multi_json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/multi_json/multi_json-1.15.0-r1.ebuild X-VCS-Directories: dev-ruby/multi_json/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 66ba3a4b05ad849d373d18df130f4ce8dd09745f X-VCS-Branch: master Date: Sun, 6 Oct 2024 11:35:40 +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: 3f7e60e8-e423-4576-aaa9-d3c4500c4aee X-Archives-Hash: c0483ae49fe079b6015ba6342ab1a799 commit: 66ba3a4b05ad849d373d18df130f4ce8dd09745f Author: Sam James gentoo org> AuthorDate: Sun Oct 6 11:29:42 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 6 11:34:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ba3a4b dev-ruby/multi_json: Stabilize 1.15.0-r1 x86, #940985 Signed-off-by: Sam James gentoo.org> dev-ruby/multi_json/multi_json-1.15.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/multi_json/multi_json-1.15.0-r1.ebuild b/dev-ruby/multi_json/multi_json-1.15.0-r1.ebuild index fa3188b909fe..2cfa71974d1c 100644 --- a/dev-ruby/multi_json/multi_json-1.15.0-r1.ebuild +++ b/dev-ruby/multi_json/multi_json-1.15.0-r1.ebuild @@ -21,7 +21,7 @@ SRC_URI="https://github.com/intridea/multi_json/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="doc test" ruby_add_rdepend "|| ( >=dev-ruby/json-1.4:* >=dev-ruby/yajl-ruby-1.0 )"