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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40CB5158086 for ; Wed, 17 Nov 2021 09:16:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47E062BC003; Wed, 17 Nov 2021 09:16:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 195222BC003 for ; Wed, 17 Nov 2021 09:16:51 +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 611D6342DD1 for ; Wed, 17 Nov 2021 09:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63EDA163 for ; Wed, 17 Nov 2021 09:16:47 +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: <1637140300.072016e26932d9e7c3fd26763fccec02504cf5c5.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-2021.11.10.1-r1.ebuild X-VCS-Directories: net-misc/yt-dlp/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 072016e26932d9e7c3fd26763fccec02504cf5c5 X-VCS-Branch: master Date: Wed, 17 Nov 2021 09:16:47 +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: 37d531cb-2794-45c6-ac64-cad1555713d7 X-Archives-Hash: 828c7d45c34e7c48602f176359c4b7de commit: 072016e26932d9e7c3fd26763fccec02504cf5c5 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Nov 17 09:11:38 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Nov 17 09:11:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072016e2 net-misc/yt-dlp: stabilize 2021.11.10.1-r1 ALLARCHES Signed-off-by: Ionen Wolkens gentoo.org> net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild b/net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild index 8a798b3b8f83..1c8db08ef6f9 100644 --- a/net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild +++ b/net-misc/yt-dlp/yt-dlp-2021.11.10.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P::1}/${PN}/${P}.tar.gz" LICENSE="Unlicense" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" RDEPEND=" dev-python/pycryptodome[${PYTHON_USEDEP}]