From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54C0458973 for ; Thu, 4 Feb 2016 02:48:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69DAA21C001; Thu, 4 Feb 2016 02:48:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3A5721C001 for ; Thu, 4 Feb 2016 02:48:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC43F34069F for ; Thu, 4 Feb 2016 02:48:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81A9A8E6 for ; Thu, 4 Feb 2016 02:48:39 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1454489983.929b9e80cf24f4c2dcceaec53ff4ae90d17bf0c6.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.14.0-r1.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 929b9e80cf24f4c2dcceaec53ff4ae90d17bf0c6 X-VCS-Branch: master Date: Thu, 4 Feb 2016 02:48:39 +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: 3e2cd169-4916-4d81-8767-f03221bd526a X-Archives-Hash: b8c91864668461b824fc7ca988019779 commit: 929b9e80cf24f4c2dcceaec53ff4ae90d17bf0c6 Author: Holger Hoffstätte googlemail com> AuthorDate: Wed Feb 3 08:59:18 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Wed Feb 3 08:59:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=929b9e80 media-video/mpv: add support for python 3.5 to 0.14 series media-video/mpv/mpv-0.14.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/mpv/mpv-0.14.0-r1.ebuild b/media-video/mpv/mpv-0.14.0-r1.ebuild index f8910de..df48b7c 100644 --- a/media-video/mpv/mpv-0.14.0-r1.ebuild +++ b/media-video/mpv/mpv-0.14.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) PYTHON_REQ_USE='threads(+)' WAF_PV='1.8.12'