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 3FD77138334 for ; Tue, 17 Jul 2018 19:21:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D296DE0AAB; Tue, 17 Jul 2018 19:21:09 +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 B1772E0AAB for ; Tue, 17 Jul 2018 19:21:09 +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 EAC07335C94 for ; Tue, 17 Jul 2018 19:21:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2398A35F for ; Tue, 17 Jul 2018 19:21:06 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1531855261.085b9419c27e34d2aeb65a8c5c0ee58e20f080ea.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymediainfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pymediainfo/pymediainfo-2.3.0-r1.ebuild X-VCS-Directories: dev-python/pymediainfo/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 085b9419c27e34d2aeb65a8c5c0ee58e20f080ea X-VCS-Branch: master Date: Tue, 17 Jul 2018 19:21:06 +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: 89ea1f80-dc32-4336-9ed7-73f52046452e X-Archives-Hash: 42df2ac8a084b9d01bb158413b78ed6c commit: 085b9419c27e34d2aeb65a8c5c0ee58e20f080ea Author: Louis Sautier gentoo org> AuthorDate: Tue Jul 17 19:01:39 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Jul 17 19:21:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085b9419 dev-python/pymediainfo: add Python 3.7 Package-Manager: Portage-2.3.43, Repoman-2.3.10 dev-python/pymediainfo/pymediainfo-2.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pymediainfo/pymediainfo-2.3.0-r1.ebuild b/dev-python/pymediainfo/pymediainfo-2.3.0-r1.ebuild index bbd536829e6..ffd76f0cf13 100644 --- a/dev-python/pymediainfo/pymediainfo-2.3.0-r1.ebuild +++ b/dev-python/pymediainfo/pymediainfo-2.3.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1