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 496D9138334 for ; Sun, 18 Aug 2019 09:26:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70BB8E0AA5; Sun, 18 Aug 2019 09:26:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 514BAE0AA5 for ; Sun, 18 Aug 2019 09:26:32 +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 AA78D349D5D for ; Sun, 18 Aug 2019 09:26:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18EB8615 for ; Sun, 18 Aug 2019 09:26:28 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1566120248.94fc10db43ba235fc52c8ace7a124e5cd25cc620.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/gst-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/gst-python/gst-python-1.14.1-r1.ebuild X-VCS-Directories: dev-python/gst-python/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 94fc10db43ba235fc52c8ace7a124e5cd25cc620 X-VCS-Branch: master Date: Sun, 18 Aug 2019 09:26:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 552683c5-da82-4e3e-ac56-68da983d003d X-Archives-Hash: db2482247e4daff15bf313304820b9cf commit: 94fc10db43ba235fc52c8ace7a124e5cd25cc620 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Aug 18 09:23:55 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Aug 18 09:24:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fc10db dev-python/gst-python: support python 3.7 Closes: https://bugs.gentoo.org/692380 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> dev-python/gst-python/gst-python-1.14.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/gst-python/gst-python-1.14.1-r1.ebuild b/dev-python/gst-python/gst-python-1.14.1-r1.ebuild index f62c59cc2e5..9cc16ba9afd 100644 --- a/dev-python/gst-python/gst-python-1.14.1-r1.ebuild +++ b/dev-python/gst-python/gst-python-1.14.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit ltprune python-r1 xdg-utils