From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1331022-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 18CF6158086 for <garchives@archives.gentoo.org>; Sat, 16 Oct 2021 22:00:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA4FCE08BD; Sat, 16 Oct 2021 22:00:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66AF1E08AD for <gentoo-commits@lists.gentoo.org>; Sat, 16 Oct 2021 22:00:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AABE34311A for <gentoo-commits@lists.gentoo.org>; Sat, 16 Oct 2021 22:00:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F02178 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Oct 2021 22:00:38 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1634421578.f5426e1e96065050469cc3c0f178159b25ac452a.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-2021.9.1.ebuild X-VCS-Directories: net-misc/yt-dlp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f5426e1e96065050469cc3c0f178159b25ac452a X-VCS-Branch: master Date: Sat, 16 Oct 2021 22:00:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 453f570e-598f-4fbd-afda-e325b3c52b3b X-Archives-Hash: 919a06a95bffafff60e31335fa2813b7 commit: f5426e1e96065050469cc3c0f178159b25ac452a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 16 21:59:38 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 16 21:59:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5426e1e net-misc/yt-dlp: Stabilize 2021.9.1 amd64, #818499 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/yt-dlp/yt-dlp-2021.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/yt-dlp/yt-dlp-2021.9.1.ebuild b/net-misc/yt-dlp/yt-dlp-2021.9.1.ebuild index 4c0bfc7cd61..f9c1e99b5f1 100644 --- a/net-misc/yt-dlp/yt-dlp-2021.9.1.ebuild +++ b/net-misc/yt-dlp/yt-dlp-2021.9.1.ebuild @@ -9,7 +9,7 @@ inherit bash-completion-r1 distutils-r1 readme.gentoo-r1 DESCRIPTION="A youtube-dl fork with additional features and fixes" HOMEPAGE="https://github.com/yt-dlp/yt-dlp" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv ~x86" LICENSE="public-domain" SLOT="0"