From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-900811-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 501F0138332 for <garchives@archives.gentoo.org>; Sun, 11 Sep 2016 06:03:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 765A0E0B6C; Sun, 11 Sep 2016 06:03:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58B0BE0B6C for <gentoo-commits@lists.gentoo.org>; Sun, 11 Sep 2016 06:03:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BB6434092D for <gentoo-commits@lists.gentoo.org>; Sun, 11 Sep 2016 06:03:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B10A92474 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Sep 2016 06:02:58 +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: <1473573759.8734d30fb615f9f14f6b3a782a5032a3701e0792.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-2016.09.03.ebuild net-misc/youtube-dl/youtube-dl-2016.09.04.1.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: 8734d30fb615f9f14f6b3a782a5032a3701e0792 X-VCS-Branch: master Date: Sun, 11 Sep 2016 06:02:58 +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-Archives-Salt: 474dff8a-e302-4094-9dae-feb8b1f24634 X-Archives-Hash: ac59e0df52532dacaddb3ba35cee64b8 commit: 8734d30fb615f9f14f6b3a782a5032a3701e0792 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Sep 11 05:52:28 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Sep 11 06:02:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8734d30f net-misc/youtube-dl: RDEPEND on dev-python/setuptools. Package-Manager: portage-2.3.0 net-misc/youtube-dl/youtube-dl-2016.09.03.ebuild | 5 ++++- net-misc/youtube-dl/youtube-dl-2016.09.04.1.ebuild | 5 ++++- net-misc/youtube-dl/youtube-dl-99999999.ebuild | 7 +++++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/net-misc/youtube-dl/youtube-dl-2016.09.03.ebuild b/net-misc/youtube-dl/youtube-dl-2016.09.03.ebuild index 1e3fe70..be4ed48 100644 --- a/net-misc/youtube-dl/youtube-dl-2016.09.03.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2016.09.03.ebuild @@ -16,8 +16,11 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="offensive test" -DEPEND=" +RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} test? ( dev-python/nose[coverage(+)] ) " diff --git a/net-misc/youtube-dl/youtube-dl-2016.09.04.1.ebuild b/net-misc/youtube-dl/youtube-dl-2016.09.04.1.ebuild index 1e3fe70..be4ed48 100644 --- a/net-misc/youtube-dl/youtube-dl-2016.09.04.1.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2016.09.04.1.ebuild @@ -16,8 +16,11 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="offensive test" -DEPEND=" +RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} test? ( dev-python/nose[coverage(+)] ) " diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild index aba829c..36b7973 100644 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,8 +17,11 @@ SLOT="0" KEYWORDS="" IUSE="test" -DEPEND=" +RDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} dev-python/sphinx[${PYTHON_USEDEP}] test? ( dev-python/nose[coverage(+)] ) "