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 D51EC13997D for ; Sat, 9 Nov 2019 11:57:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A01AE09BB; Sat, 9 Nov 2019 11:57:15 +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 5D9FCE09BB for ; Sat, 9 Nov 2019 11:57:15 +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 5C9D834CB1A for ; Sat, 9 Nov 2019 11:57:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1018A889 for ; Sat, 9 Nov 2019 11:57:13 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1573300619.e5ef547b42c7367ad1c31f40f9eb8ccc9ccf1d18.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diffoscope/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/diffoscope/diffoscope-129.ebuild X-VCS-Directories: dev-util/diffoscope/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e5ef547b42c7367ad1c31f40f9eb8ccc9ccf1d18 X-VCS-Branch: master Date: Sat, 9 Nov 2019 11:57:13 +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: 2dd8d436-e65b-4b70-9d90-edcd51bb6f19 X-Archives-Hash: c2dea399883a8057b5c50399e171b658 commit: e5ef547b42c7367ad1c31f40f9eb8ccc9ccf1d18 Author: Michał Bartoszkiewicz gmail com> AuthorDate: Sat Nov 9 09:02:56 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Nov 9 11:56:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ef547b dev-util/diffoscope: add Python 3.7 support Closes: https://bugs.gentoo.org/699326 Signed-off-by: Michał Bartoszkiewicz gmail.com> Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/diffoscope/diffoscope-129.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/diffoscope/diffoscope-129.ebuild b/dev-util/diffoscope/diffoscope-129.ebuild index 34ccce9cfac..0ad8e425e9c 100644 --- a/dev-util/diffoscope/diffoscope-129.ebuild +++ b/dev-util/diffoscope/diffoscope-129.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 DESCRIPTION="Will try to get to the bottom of what makes files or directories different"