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 561B21582EF for ; Sun, 23 Feb 2025 05:31:29 +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 400AF343103 for ; Sun, 23 Feb 2025 05:31:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 45DDD110476; Sun, 23 Feb 2025 05:31:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 350B9110478 for ; Sun, 23 Feb 2025 05:31:10 +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 D49C434317D for ; Sun, 23 Feb 2025 05:31:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2556A2743 for ; Sun, 23 Feb 2025 05:31:07 +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: <1740288592.1770d7a86adcb8148a98063586d34cde463c3f88.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-build/slibtool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-build/slibtool/slibtool-0.6.1.ebuild X-VCS-Directories: dev-build/slibtool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1770d7a86adcb8148a98063586d34cde463c3f88 X-VCS-Branch: master Date: Sun, 23 Feb 2025 05:31:07 +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: c47b0f0a-e19d-4f78-a4d7-96078e00110d X-Archives-Hash: 7a82d60418a043f44c0894e85eb64b02 commit: 1770d7a86adcb8148a98063586d34cde463c3f88 Author: Sam James gentoo org> AuthorDate: Sun Feb 23 05:29:52 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 23 05:29:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1770d7a8 dev-build/slibtool: Stabilize 0.6.1 arm, #950139 Signed-off-by: Sam James gentoo.org> dev-build/slibtool/slibtool-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-build/slibtool/slibtool-0.6.1.ebuild b/dev-build/slibtool/slibtool-0.6.1.ebuild index ae8125471700..1bf4339cc7d0 100644 --- a/dev-build/slibtool/slibtool-0.6.1.ebuild +++ b/dev-build/slibtool/slibtool-0.6.1.ebuild @@ -18,7 +18,7 @@ else SRC_URI="https://dl.midipix.org/slibtool/${P}.tar.xz" SRC_URI+=" verify-sig? ( https://dl.midipix.org/slibtool/${P}.tar.xz.sig )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" fi BDEPEND="sys-devel/m4"