Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/
Date: Mon, 07 Jun 2021 10:11:24
Message-Id: 1623060385.65f4aaa3ce4b862fb01ca8e8bf38d59b34805aee.marecki@gentoo
1 commit: 65f4aaa3ce4b862fb01ca8e8bf38d59b34805aee
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Mon Jun 7 09:10:24 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 7 10:06:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f4aaa3
7
8 net-misc/youtube-dl: Inherit git-r3 for live ebuild
9
10 The interit of git-r3 eclass was mistakenly removed in
11 a27a5dfb92de4aed3922446d5521aaf0cafc475e. Without this,
12 the ebuild fails to fetch and unpack the source.
13
14 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
15 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
16
17 net-misc/youtube-dl/youtube-dl-9999.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/net-misc/youtube-dl/youtube-dl-9999.ebuild b/net-misc/youtube-dl/youtube-dl-9999.ebuild
21 index 429ca756719..c520ac3d8bb 100644
22 --- a/net-misc/youtube-dl/youtube-dl-9999.ebuild
23 +++ b/net-misc/youtube-dl/youtube-dl-9999.ebuild
24 @@ -4,7 +4,7 @@
25 EAPI=7
26
27 PYTHON_COMPAT=( python3_{8..10} )
28 -inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
29 +inherit bash-completion-r1 distutils-r1 readme.gentoo-r1 git-r3
30
31 DESCRIPTION="Download videos from YouTube.com (and more sites...)"
32 HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"