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 8AC7D138334 for ; Tue, 15 Oct 2019 16:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D84AEE0891; Tue, 15 Oct 2019 16:18:56 +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 BF8D0E0891 for ; Tue, 15 Oct 2019 16:18:56 +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 D91F534BE0C for ; Tue, 15 Oct 2019 16:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 591E72A5 for ; Tue, 15 Oct 2019 16:18:54 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1571156329.7aa9c9d6f66dbad63f94bcb2e8ac44dd0a493f9d.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/deluge-2.0.3.ebuild net-p2p/deluge/deluge-9999.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 7aa9c9d6f66dbad63f94bcb2e8ac44dd0a493f9d X-VCS-Branch: master Date: Tue, 15 Oct 2019 16:18:54 +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: 5d3238dd-6e83-4927-945b-013089ffab3b X-Archives-Hash: 15aadea00396bd0c432455e2e79a1335 commit: 7aa9c9d6f66dbad63f94bcb2e8ac44dd0a493f9d Author: Craig Andrews gentoo org> AuthorDate: Tue Oct 15 16:18:30 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Oct 15 16:18:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa9c9d6 net-p2p/deluge: Python 3.7 compatibility Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> net-p2p/deluge/deluge-2.0.3.ebuild | 2 +- net-p2p/deluge/deluge-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/deluge/deluge-2.0.3.ebuild b/net-p2p/deluge/deluge-2.0.3.ebuild index f347e4c3ee3..879207fa8b3 100644 --- a/net-p2p/deluge/deluge-2.0.3.ebuild +++ b/net-p2p/deluge/deluge-2.0.3.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index f347e4c3ee3..879207fa8b3 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 systemd