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 38496158287 for ; Sun, 18 May 2025 10:18:31 +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 220AD34330C for ; Sun, 18 May 2025 10:18:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7E63E11047E; Sun, 18 May 2025 10:18:24 +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 75B2711047E for ; Sun, 18 May 2025 10:18:24 +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 0BA5D34331C for ; Sun, 18 May 2025 10:18:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 730FA23F5 for ; Sun, 18 May 2025 10:18:22 +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: <1747563486.84101e0a7782749fffe63bf85736f79e9da24c04.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/minitar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/minitar/minitar-1.0.2.ebuild X-VCS-Directories: dev-ruby/minitar/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 84101e0a7782749fffe63bf85736f79e9da24c04 X-VCS-Branch: master Date: Sun, 18 May 2025 10:18:22 +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: 1211d814-5eee-4120-96f4-02f805f67cb6 X-Archives-Hash: bbe3545d8b8f2dc0aef1f6ac60f9f505 commit: 84101e0a7782749fffe63bf85736f79e9da24c04 Author: Arthur Zamarin gentoo org> AuthorDate: Sun May 18 10:18:06 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun May 18 10:18:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84101e0a dev-ruby/minitar: Stabilize 1.0.2 arm, #956172 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/minitar/minitar-1.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/minitar/minitar-1.0.2.ebuild b/dev-ruby/minitar/minitar-1.0.2.ebuild index 87272661e6a4..aa0a40d232c9 100644 --- a/dev-ruby/minitar/minitar-1.0.2.ebuild +++ b/dev-ruby/minitar/minitar-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ RUBY_S="minitar-${PV}" LICENSE="|| ( BSD-2 Ruby-BSD )" SLOT="$(ver_cut 1)" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="test" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"