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 C91B0139694 for ; Wed, 26 Apr 2017 09:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CEA521C06C; Wed, 26 Apr 2017 09:03:43 +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 EFC6E21C03E for ; Wed, 26 Apr 2017 09:03:42 +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 164ED3413B7 for ; Wed, 26 Apr 2017 09:03:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B33B82494 for ; Wed, 26 Apr 2017 09:03:40 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1493197400.2b406ccdce82a2c132c16ec15fe376442fbdb4ec.radhermit@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-2017.04.17.ebuild net-misc/youtube-dl/youtube-dl-99999999.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 2b406ccdce82a2c132c16ec15fe376442fbdb4ec X-VCS-Branch: master Date: Wed, 26 Apr 2017 09:03:40 +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-Archives-Salt: 9194ab64-e4e1-4bb8-9f62-64268d192050 X-Archives-Hash: 47e59abae524d3e5747c711856c397bd commit: 2b406ccdce82a2c132c16ec15fe376442fbdb4ec Author: Tim Harder gentoo org> AuthorDate: Wed Apr 26 08:59:24 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Wed Apr 26 09:03:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b406ccd net-misc/youtube-dl: add python3_6 support net-misc/youtube-dl/youtube-dl-2017.04.17.ebuild | 2 +- net-misc/youtube-dl/youtube-dl-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/youtube-dl/youtube-dl-2017.04.17.ebuild b/net-misc/youtube-dl/youtube-dl-2017.04.17.ebuild index 0527ae290b0..867867e7361 100644 --- a/net-misc/youtube-dl/youtube-dl-2017.04.17.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2017.04.17.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=(python{2_7,3_4,3_5}) +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) inherit bash-completion-r1 distutils-r1 eutils DESCRIPTION="Download videos from YouTube.com (and more sites...)" diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild index cbf0d1e6ae9..003112d16b1 100644 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=(python{2_7,3_4,3_5}) +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) inherit bash-completion-r1 distutils-r1 eutils git-r3 DESCRIPTION="Download videos from YouTube.com (and more sites...)"