From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 6A1761382C5 for ; 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 A188EE0815; Mon, 7 Jun 2021 10:11:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 85A87E0823 for ; Mon, 7 Jun 2021 10:11:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CC84A335D3F for ; Mon, 7 Jun 2021 10:11:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 542D7790 for ; Mon, 7 Jun 2021 10:11:20 +0000 (UTC) From: "Marek Szuba" 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" Message-ID: <1623060659.5bf2727139974d789e1a3b3a10d3a6e85ffd6c62.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: 5bf2727139974d789e1a3b3a10d3a6e85ffd6c62 X-VCS-Branch: master Date: Mon, 7 Jun 2021 10:11:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 656992c8-fde6-4aae-88a7-73390adbd9eb X-Archives-Hash: 194c4060b5c54c9170b0a8a4c0fdbef8 commit: 5bf2727139974d789e1a3b3a10d3a6e85ffd6c62 Author: Marek Szuba gentoo org> AuthorDate: Mon Jun 7 10:08:51 2021 +0000 Commit: Marek Szuba gentoo 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 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/"