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 294721581C1 for ; Mon, 15 Jul 2024 04:22:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4CD9E2A98; Mon, 15 Jul 2024 04:22:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6C0ABE29E4 for ; Mon, 15 Jul 2024 04:22:40 +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 988E9340C43 for ; Mon, 15 Jul 2024 04:22:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D28211E22 for ; Mon, 15 Jul 2024 04:22:37 +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: <1721017330.d7f1daae1815cd7a78722dc8fc3766122e84c4cb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/subliminal/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/subliminal/subliminal-2.2.1.ebuild X-VCS-Directories: media-video/subliminal/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d7f1daae1815cd7a78722dc8fc3766122e84c4cb X-VCS-Branch: master Date: Mon, 15 Jul 2024 04:22:37 +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: 00183a64-9552-4498-9e95-d4d18bc15e7e X-Archives-Hash: 324dab4005a17208fb85dd3327f9384b commit: d7f1daae1815cd7a78722dc8fc3766122e84c4cb Author: Sam James gentoo org> AuthorDate: Mon Jul 15 04:22:10 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 15 04:22:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f1daae media-video/subliminal: Keyword 2.2.1 arm64, #936076 Signed-off-by: Sam James gentoo.org> media-video/subliminal/subliminal-2.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/subliminal/subliminal-2.2.1.ebuild b/media-video/subliminal/subliminal-2.2.1.ebuild index 1aa8338f1813..4a01589227ac 100644 --- a/media-video/subliminal/subliminal-2.2.1.ebuild +++ b/media-video/subliminal/subliminal-2.2.1.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_BRANCH="develop" else SRC_URI="https://github.com/Diaoul/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi SRC_URI+=" test? ( https://downloads.sourceforge.net/matroska/test_files/matroska_test_w1_1.zip )"