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 9D84D138335 for ; Sun, 24 Jun 2018 15:24:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC481E0934; Sun, 24 Jun 2018 15:24:06 +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 A6735E0934 for ; Sun, 24 Jun 2018 15:24:06 +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 C88F5335CBA for ; Sun, 24 Jun 2018 15:24:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13D3A352 for ; Sun, 24 Jun 2018 15:24:02 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1529853826.70cd6f1692dd9f3168313b3bdde2b1bbe51b72f1.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/moviepy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/moviepy/moviepy-0.2.2.ebuild X-VCS-Directories: dev-python/moviepy/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 70cd6f1692dd9f3168313b3bdde2b1bbe51b72f1 X-VCS-Branch: master Date: Sun, 24 Jun 2018 15:24:02 +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: 28f1452d-a6c9-4659-a0b2-03ce67bed736 X-Archives-Hash: 65ea8d0ef5694a1ca03796822d3141e8 commit: 70cd6f1692dd9f3168313b3bdde2b1bbe51b72f1 Author: Pacho Ramos gentoo org> AuthorDate: Sun Jun 24 15:08:26 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Jun 24 15:23:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cd6f16 dev-python/moviepy: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/moviepy/moviepy-0.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/moviepy/moviepy-0.2.2.ebuild b/dev-python/moviepy/moviepy-0.2.2.ebuild index 79c4f69c389..4df793e65d4 100644 --- a/dev-python/moviepy/moviepy-0.2.2.ebuild +++ b/dev-python/moviepy/moviepy-0.2.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1