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 79D6615807A for ; Sun, 6 Oct 2024 18:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F451E29AA; Sun, 6 Oct 2024 18:39:39 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 8724CE29AA for ; Sun, 6 Oct 2024 18:39:39 +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 A5AC8343159 for ; Sun, 6 Oct 2024 18:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21F5B21C8 for ; Sun, 6 Oct 2024 18:39:36 +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: <1728239871.f46ec94e1cc70bcd9fcb2b9597f8ffcd6b334820.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.4.0.ebuild X-VCS-Directories: dev-ruby/tilt/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: f46ec94e1cc70bcd9fcb2b9597f8ffcd6b334820 X-VCS-Branch: master Date: Sun, 6 Oct 2024 18:39:36 +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: a16e7f1f-d191-446e-b3ff-f805b8912830 X-Archives-Hash: 42a46868159d6b56687f042337f3d0d1 commit: f46ec94e1cc70bcd9fcb2b9597f8ffcd6b334820 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Oct 6 15:52:20 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Oct 6 18:37:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46ec94e dev-ruby/tilt: Stabilize 2.4.0 arm, #941002 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/tilt/tilt-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tilt/tilt-2.4.0.ebuild b/dev-ruby/tilt/tilt-2.4.0.ebuild index 3715ea49c5d8..45d94913eb5c 100644 --- a/dev-ruby/tilt/tilt-2.4.0.ebuild +++ b/dev-ruby/tilt/tilt-2.4.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