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 D525915838C for ; Mon, 29 Jan 2024 17:17:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 961902BC015; Mon, 29 Jan 2024 17:17:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78EBD2BC015 for ; Mon, 29 Jan 2024 17:17:03 +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 963ED3434CB for ; Mon, 29 Jan 2024 17:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0C5F12E0 for ; Mon, 29 Jan 2024 17:17:00 +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: <1706548606.97c4f1ae140e105e8bcdf6a0f02f1ffb6ba07eeb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/imv/imv-4.4.0-r1.ebuild X-VCS-Directories: media-gfx/imv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 97c4f1ae140e105e8bcdf6a0f02f1ffb6ba07eeb X-VCS-Branch: master Date: Mon, 29 Jan 2024 17:17:00 +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: ba7c17af-389b-45f4-b6c2-b50e1f149ed3 X-Archives-Hash: af7553a98275b39589357a09795b67eb commit: 97c4f1ae140e105e8bcdf6a0f02f1ffb6ba07eeb Author: Sam James gentoo org> AuthorDate: Mon Jan 29 17:16:46 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 29 17:16:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97c4f1ae media-gfx/imv: Keyword 4.4.0-r1 arm64, #923218 Signed-off-by: Sam James gentoo.org> media-gfx/imv/imv-4.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/imv/imv-4.4.0-r1.ebuild b/media-gfx/imv/imv-4.4.0-r1.ebuild index fd3d130c7a8d..8505093dd356 100644 --- a/media-gfx/imv/imv-4.4.0-r1.ebuild +++ b/media-gfx/imv/imv-4.4.0-r1.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-v${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="+X +freeimage gif heif icu jpeg png svg test tiff wayland" REQUIRED_USE="|| ( X wayland )" RESTRICT="!test? ( test )"