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 665B7158046 for ; Sat, 12 Oct 2024 07:52:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9570CE29E1; Sat, 12 Oct 2024 07:52:21 +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 7D2E2E29E1 for ; Sat, 12 Oct 2024 07:52:21 +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 8E84C34324A for ; Sat, 12 Oct 2024 07:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F31AC1671 for ; Sat, 12 Oct 2024 07:52:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1728719506.7e35d13b0dc9433b2b35e8047ea5b1d7afae9c20.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/nokogiri-diff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/nokogiri-diff/nokogiri-diff-0.3.0.ebuild X-VCS-Directories: dev-ruby/nokogiri-diff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7e35d13b0dc9433b2b35e8047ea5b1d7afae9c20 X-VCS-Branch: master Date: Sat, 12 Oct 2024 07:52:18 +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: eee73c3e-32b4-47ee-8ef8-473bf03f826a X-Archives-Hash: 0528c3f6ce8ff85a8efdc1981e5f39e6 commit: 7e35d13b0dc9433b2b35e8047ea5b1d7afae9c20 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 12 07:51:46 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 12 07:51:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e35d13b dev-ruby/nokogiri-diff: Stabilize 0.3.0 arm64, #941065 Signed-off-by: Michał Górny gentoo.org> dev-ruby/nokogiri-diff/nokogiri-diff-0.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/nokogiri-diff/nokogiri-diff-0.3.0.ebuild b/dev-ruby/nokogiri-diff/nokogiri-diff-0.3.0.ebuild index d1ae50b09b58..d166e76d594d 100644 --- a/dev-ruby/nokogiri-diff/nokogiri-diff-0.3.0.ebuild +++ b/dev-ruby/nokogiri-diff/nokogiri-diff-0.3.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/postmodern/nokogiri-diff" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv ~s390 x86 ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 x86 ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" ruby_add_rdepend ">=dev-ruby/nokogiri-1.5 >=dev-ruby/tdiff-0.4.0:0"