commit:     5bf2727139974d789e1a3b3a10d3a6e85ffd6c62
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  7 10:08:51 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 10:10:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf27271

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 <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 c520ac3d8bb..50bd1337b3f 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/";

Reply via email to