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 D7EB915800D for ; Thu, 6 Jul 2023 21:29:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC39FE07F1; Thu, 6 Jul 2023 21:29:42 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C03D3E07F1 for ; Thu, 6 Jul 2023 21:29:42 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA6663410F1 for ; Thu, 6 Jul 2023 21:29:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 667B4AC3 for ; Thu, 6 Jul 2023 21:29:40 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1688678916.99ca877a40ce0400c0c1a931c9385e564d2d6c15.ionen@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.07.06.ebuild X-VCS-Directories: net-misc/yt-dlp/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 99ca877a40ce0400c0c1a931c9385e564d2d6c15 X-VCS-Branch: master Date: Thu, 6 Jul 2023 21:29:40 +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: 54238cce-3e50-463e-88d5-d3b4b266aef8 X-Archives-Hash: 8b446cdd86f7a147a0fa6380fd117ca6 commit: 99ca877a40ce0400c0c1a931c9385e564d2d6c15 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jul 6 21:05:14 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jul 6 21:28:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ca877a net-misc/yt-dlp: stabilize 2023.07.06 for ALLARCHES Little reason to wait when there's notable fixes for this package, in this case security wrt bug #909780 and twitter access without login among other things. Bug: https://bugs.gentoo.org/909780 Signed-off-by: Ionen Wolkens gentoo.org> net-misc/yt-dlp/yt-dlp-2023.07.06.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/yt-dlp/yt-dlp-2023.07.06.ebuild b/net-misc/yt-dlp/yt-dlp-2023.07.06.ebuild index 77c77e61186a..c5f04ca55e79 100644 --- a/net-misc/yt-dlp/yt-dlp-2023.07.06.ebuild +++ b/net-misc/yt-dlp/yt-dlp-2023.07.06.ebuild @@ -14,7 +14,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}]