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 AFAAC158176 for ; Sat, 11 Oct 2025 11:05:01 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 99E9F341B22 for ; Sat, 11 Oct 2025 11:05:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6B9071104A0; Sat, 11 Oct 2025 11:04:54 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 613001104A0 for ; Sat, 11 Oct 2025 11:04:54 +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 E75AB3410B0 for ; Sat, 11 Oct 2025 11:04:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B3FB3ACA for ; Sat, 11 Oct 2025 11:04:52 +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: <1760180653.e7348c6f8f8971de7298324aaebbdd3989558eb3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/imagemagick/imagemagick-6.9.13.29-r1.ebuild X-VCS-Directories: media-gfx/imagemagick/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e7348c6f8f8971de7298324aaebbdd3989558eb3 X-VCS-Branch: master Date: Sat, 11 Oct 2025 11:04:52 +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: 5bcef8cb-919f-4d1c-b2a0-df2683b48015 X-Archives-Hash: 91ba24fdc2dbe4dd6ed1442d07c1dc88 commit: e7348c6f8f8971de7298324aaebbdd3989558eb3 Author: Sam James gentoo org> AuthorDate: Sat Oct 11 11:04:13 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 11 11:04:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7348c6f media-gfx/imagemagick: Stabilize 6.9.13.29-r1 arm, #964045 Signed-off-by: Sam James gentoo.org> media-gfx/imagemagick/imagemagick-6.9.13.29-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/imagemagick/imagemagick-6.9.13.29-r1.ebuild b/media-gfx/imagemagick/imagemagick-6.9.13.29-r1.ebuild index 535393c3bda8..128a01106ab0 100644 --- a/media-gfx/imagemagick/imagemagick-6.9.13.29-r1.ebuild +++ b/media-gfx/imagemagick/imagemagick-6.9.13.29-r1.ebuild @@ -15,7 +15,7 @@ else MY_PV="$(ver_rs 3 '-')" MY_P="ImageMagick-${MY_PV}" SRC_URI="mirror://imagemagick/${MY_P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" fi S="${WORKDIR}/${MY_P}"