From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1291248-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 B62861382C5 for <garchives@archives.gentoo.org>; Mon, 7 Jun 2021 10:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A66FBE0823; Mon, 7 Jun 2021 10:11:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66DABE0815 for <gentoo-commits@lists.gentoo.org>; Mon, 7 Jun 2021 10:11:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE221335DAE for <gentoo-commits@lists.gentoo.org>; Mon, 7 Jun 2021 10:11:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F52575B for <gentoo-commits@lists.gentoo.org>; Mon, 7 Jun 2021 10:11:20 +0000 (UTC) From: "Marek Szuba" <marecki@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, "Marek Szuba" <marecki@gentoo.org> Message-ID: <1623060385.65f4aaa3ce4b862fb01ca8e8bf38d59b34805aee.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-dl/youtube-dl-9999.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 65f4aaa3ce4b862fb01ca8e8bf38d59b34805aee X-VCS-Branch: master Date: Mon, 7 Jun 2021 10:11:20 +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: 257ef6f8-5fa3-4ba8-95ea-095522058599 X-Archives-Hash: b167d0870df1012423612dad2df89bab commit: 65f4aaa3ce4b862fb01ca8e8bf38d59b34805aee Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com> AuthorDate: Mon Jun 7 09:10:24 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Jun 7 10:06:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f4aaa3 net-misc/youtube-dl: Inherit git-r3 for live ebuild The interit of git-r3 eclass was mistakenly removed in a27a5dfb92de4aed3922446d5521aaf0cafc475e. Without this, the ebuild fails to fetch and unpack the source. Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com> Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> net-misc/youtube-dl/youtube-dl-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/youtube-dl/youtube-dl-9999.ebuild b/net-misc/youtube-dl/youtube-dl-9999.ebuild index 429ca756719..c520ac3d8bb 100644 --- a/net-misc/youtube-dl/youtube-dl-9999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1 +inherit bash-completion-r1 distutils-r1 readme.gentoo-r1 git-r3 DESCRIPTION="Download videos from YouTube.com (and more sites...)" HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"