From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1209455-garchives=archives.gentoo.org@lists.gentoo.org> 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 A1131138359 for <garchives@archives.gentoo.org>; Fri, 25 Sep 2020 07:22:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D9F7E083E; Fri, 25 Sep 2020 07:22:42 +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 23863E083E for <gentoo-commits@lists.gentoo.org>; Fri, 25 Sep 2020 07:22:42 +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 C0212340DAD for <gentoo-commits@lists.gentoo.org>; Fri, 25 Sep 2020 07:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3601137C for <gentoo-commits@lists.gentoo.org>; Fri, 25 Sep 2020 07:22:39 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1601018554.57449bd2148ef24bad0d6a552c81ce60be209ce6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/electrum/electrum-4.0.3-r1.ebuild net-misc/electrum/electrum-4.0.3.ebuild X-VCS-Directories: net-misc/electrum/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 57449bd2148ef24bad0d6a552c81ce60be209ce6 X-VCS-Branch: master Date: Fri, 25 Sep 2020 07:22:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e212ed64-ba91-4af2-ab37-e0735f9c45ab X-Archives-Hash: e98dbc53f5ae93fe55ba4f00db061449 commit: 57449bd2148ef24bad0d6a552c81ce60be209ce6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Sep 25 07:21:35 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 25 07:22:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57449bd2 net-misc/electrum: Port to py3.8 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-misc/electrum/{electrum-4.0.3.ebuild => electrum-4.0.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/electrum/electrum-4.0.3.ebuild b/net-misc/electrum/electrum-4.0.3-r1.ebuild similarity index 98% rename from net-misc/electrum/electrum-4.0.3.ebuild rename to net-misc/electrum/electrum-4.0.3-r1.ebuild index d6cf011a458..0ed6a75d361 100644 --- a/net-misc/electrum/electrum-4.0.3.ebuild +++ b/net-misc/electrum/electrum-4.0.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..8} ) PYTHON_REQ_USE="ncurses?" inherit desktop distutils-r1 xdg-utils