From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E02F5158287 for ; Sun, 18 May 2025 10:34:48 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C6BB9343333 for ; Sun, 18 May 2025 10:34:48 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9C6F91104A8; Sun, 18 May 2025 10:34:32 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 91EFF1104AE for ; Sun, 18 May 2025 10:34:32 +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 4D21E343319 for ; Sun, 18 May 2025 10:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27CB02848 for ; Sun, 18 May 2025 10:34:30 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1747564461.10a17ea9298f33109c9307d90d7e93081c8aed19.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tilt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tilt/tilt-2.6.0.ebuild X-VCS-Directories: dev-ruby/tilt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 10a17ea9298f33109c9307d90d7e93081c8aed19 X-VCS-Branch: master Date: Sun, 18 May 2025 10:34:30 +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: 79d3201c-d1f9-418e-8f5e-9213bf988a5c X-Archives-Hash: 961a298ac7bc5b1f1a361c8fb2d0d622 commit: 10a17ea9298f33109c9307d90d7e93081c8aed19 Author: Arthur Zamarin gentoo org> AuthorDate: Sun May 18 10:34:21 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun May 18 10:34:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10a17ea9 dev-ruby/tilt: Stabilize 2.6.0 arm64, #956201 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/tilt/tilt-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.6.0.ebuild b/dev-ruby/tilt/tilt-2.6.0.ebuild index 7199e249f49b..406c480a9f44 100644 --- a/dev-ruby/tilt/tilt-2.6.0.ebuild +++ b/dev-ruby/tilt/tilt-2.6.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://github.com/jeremyevans/tilt/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="2" -KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Block on some of the potential test dependencies. These dependencies # are optional for the test suite, and we don't want to depend on all of