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 1E7A215838C for ; Mon, 15 Jan 2024 19:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A91FE2ADF; Mon, 15 Jan 2024 19:57: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 7D079E2ADF for ; Mon, 15 Jan 2024 19:57: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 A1F773432A1 for ; Mon, 15 Jan 2024 19:57:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0771113E9 for ; Mon, 15 Jan 2024 19:57:38 +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: <1705348643.b2e4da8b9247b9d9c49ad2f2ca0bd3aa3b4bc94b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/yt-dlp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/yt-dlp/yt-dlp-2023.12.30.ebuild X-VCS-Directories: net-misc/yt-dlp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b2e4da8b9247b9d9c49ad2f2ca0bd3aa3b4bc94b X-VCS-Branch: master Date: Mon, 15 Jan 2024 19:57:38 +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: 9c6cec4e-f6b5-4abb-84e2-7317b1f6fc75 X-Archives-Hash: fc09f08b4a69b13f8cdf2adba2ec3847 commit: b2e4da8b9247b9d9c49ad2f2ca0bd3aa3b4bc94b Author: Sam James gentoo org> AuthorDate: Mon Jan 15 19:57:23 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 15 19:57:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e4da8b net-misc/yt-dlp: Stabilize 2023.12.30 arm64, #922179 Signed-off-by: Sam James gentoo.org> net-misc/yt-dlp/yt-dlp-2023.12.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/yt-dlp/yt-dlp-2023.12.30.ebuild b/net-misc/yt-dlp/yt-dlp-2023.12.30.ebuild index ea63820858b0..6ac7915520d3 100644 --- a/net-misc/yt-dlp/yt-dlp-2023.12.30.ebuild +++ b/net-misc/yt-dlp/yt-dlp-2023.12.30.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}" LICENSE="Unlicense" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv x86 ~arm64-macos ~x64-macos" RDEPEND=" dev-python/pycryptodome[${PYTHON_USEDEP}]