diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-06-07 11:08:51 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-06-07 11:10:59 +0100 |
commit | 5bf2727139974d789e1a3b3a10d3a6e85ffd6c62 (patch) | |
tree | 0202a7f860f0dedf56a635467a1b0a0466ead815 /net-misc | |
parent | net-misc/youtube-dl: Inherit git-r3 for live ebuild (diff) | |
download | gentoo-5bf2727139974d789e1a3b3a10d3a6e85ffd6c62.tar.gz gentoo-5bf2727139974d789e1a3b3a10d3a6e85ffd6c62.tar.bz2 gentoo-5bf2727139974d789e1a3b3a10d3a6e85ffd6c62.zip |
net-misc/youtube-dl-9999: fix inherit order following the previous commit
Closes: https://github.com/gentoo/gentoo/pull/21147
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/youtube-dl/youtube-dl-9999.ebuild b/net-misc/youtube-dl/youtube-dl-9999.ebuild index c520ac3d8bb8..50bd1337b3fd 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 git-r3 +inherit bash-completion-r1 distutils-r1 git-r3 readme.gentoo-r1 DESCRIPTION="Download videos from YouTube.com (and more sites...)" HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/" |