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 A66FF158074 for ; Sun, 22 Jun 2025 11:53:08 +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 92547341EA6 for ; Sun, 22 Jun 2025 11:53:08 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DC857110553; Sun, 22 Jun 2025 11:51:56 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D2CC6110553 for ; Sun, 22 Jun 2025 11:51:56 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E0C5341630 for ; Sun, 22 Jun 2025 11:51:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F348B19A1 for ; Sun, 22 Jun 2025 11:51:54 +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: <1750592939.90001bc1d567e786c59b8e1198ece64288481c93.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zimg/zimg-3.0.4-r1.ebuild X-VCS-Directories: media-libs/zimg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 90001bc1d567e786c59b8e1198ece64288481c93 X-VCS-Branch: master Date: Sun, 22 Jun 2025 11:51:54 +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: bc9532f6-9cdc-4673-9178-f6828d1a3647 X-Archives-Hash: 22d4970b3fe39d41e770a07d176651ca commit: 90001bc1d567e786c59b8e1198ece64288481c93 Author: Sam James gentoo org> AuthorDate: Sun Jun 22 11:48:59 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 22 11:48:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90001bc1 media-libs/zimg: Stabilize 3.0.4-r1 arm, #891851 Signed-off-by: Sam James gentoo.org> media-libs/zimg/zimg-3.0.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/zimg/zimg-3.0.4-r1.ebuild b/media-libs/zimg/zimg-3.0.4-r1.ebuild index 58066a13151d..0e5ba6f2bd5a 100644 --- a/media-libs/zimg/zimg-3.0.4-r1.ebuild +++ b/media-libs/zimg/zimg-3.0.4-r1.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 @@ -8,7 +8,7 @@ if [[ ${PV} = *9999* ]] ; then inherit git-r3 else SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" S="${WORKDIR}/${PN}-release-${PV}/" fi inherit autotools multilib-minimal