From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1077240-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 5104A138239
	for <garchives@archives.gentoo.org>; Thu, 14 Mar 2019 12:59:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4461BE0ABB;
	Thu, 14 Mar 2019 12:59:42 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 18487E0ABB
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Mar 2019 12:59:41 +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 82F1D335C9C
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Mar 2019 12:59:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B039A8
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Mar 2019 12:59:38 +0000 (UTC)
From: "Jeroen Roovers" <jer@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, "Jeroen Roovers" <jer@gentoo.org>
Message-ID: <1552568372.785d68710367264f33e8b2bdd68934f61a7c9d5d.jer@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-2019.03.09-r1.ebuild net-misc/youtube-dl/youtube-dl-2019.03.09.ebuild net-misc/youtube-dl/youtube-dl-99999999.ebuild
X-VCS-Directories: net-misc/youtube-dl/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: 785d68710367264f33e8b2bdd68934f61a7c9d5d
X-VCS-Branch: master
Date: Thu, 14 Mar 2019 12:59:38 +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: 93bbef9d-046a-441b-98e2-a7eaad4810e4
X-Archives-Hash: 8ac00ea3ca3db49842fb2d58df5ebb2b

commit:     785d68710367264f33e8b2bdd68934f61a7c9d5d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 12:58:51 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 12:59:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785d6871

net-misc/youtube-dl: RDEPEND on dev-python/pycryptodome

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/680306
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 ...be-dl-2019.03.09.ebuild => youtube-dl-2019.03.09-r1.ebuild} | 10 +++++++---
 net-misc/youtube-dl/youtube-dl-99999999.ebuild                 | 10 +++++++---
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/net-misc/youtube-dl/youtube-dl-2019.03.09.ebuild b/net-misc/youtube-dl/youtube-dl-2019.03.09-r1.ebuild
similarity index 95%
rename from net-misc/youtube-dl/youtube-dl-2019.03.09.ebuild
rename to net-misc/youtube-dl/youtube-dl-2019.03.09-r1.ebuild
index b3603923fed..8249fc9c0e1 100644
--- a/net-misc/youtube-dl/youtube-dl-2019.03.09.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-2019.03.09-r1.ebuild
@@ -13,11 +13,15 @@ LICENSE="public-domain"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 RESTRICT="test"
 SLOT="0"
-RDEPEND="
+DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
 "
-DEPEND="
-	${RDEPEND}
+RDEPEND="
+	${DEPEND}
+	|| (
+		dev-python/pycryptodome[${PYTHON_USEDEP}]
+		dev-python/pycrypto[${PYTHON_USEDEP}]
+	)
 "
 S="${WORKDIR}/${PN}"
 

diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild
index d7acffa97ea..b34881e4d22 100644
--- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild
+++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild
@@ -13,11 +13,15 @@ LICENSE="public-domain"
 KEYWORDS=""
 RESTRICT="test"
 SLOT="0"
-RDEPEND="
+DEPEND="
 	dev-python/setuptools[${PYTHON_USEDEP}]
 "
-DEPEND="
-	${RDEPEND}
+RDEPEND="
+	${DEPEND}
+	|| (
+		dev-python/pycryptodome[${PYTHON_USEDEP}]
+		dev-python/pycrypto[${PYTHON_USEDEP}]
+	)
 "
 
 src_compile() {