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 CA63A1382C5 for ; Sun, 6 Dec 2020 00:01:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E843AE0867; Sun, 6 Dec 2020 00:01:20 +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 CD30EE0867 for ; Sun, 6 Dec 2020 00:01:20 +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 08E5C341099 for ; Sun, 6 Dec 2020 00:01:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CE41478 for ; Sun, 6 Dec 2020 00:01:17 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1607212837.5e72a7399f6867bdc4fd274c0c4a8a29681f4371.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electron-cash/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild X-VCS-Directories: net-misc/electron-cash/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5e72a7399f6867bdc4fd274c0c4a8a29681f4371 X-VCS-Branch: master Date: Sun, 6 Dec 2020 00:01:17 +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: 1b7c7874-a94c-4caa-97ec-018668222bd3 X-Archives-Hash: 3d1d14535bbf395566f35a4dca65d4d1 commit: 5e72a7399f6867bdc4fd274c0c4a8a29681f4371 Author: Aaron Bauman gentoo org> AuthorDate: Sun Dec 6 00:00:37 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Dec 6 00:00:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e72a739 net-misc/electron-cash: add py3_{8,9} Signed-off-by: Aaron Bauman gentoo.org> net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild b/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild index c1e564a5b3e..5af410c2a3d 100644 --- a/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild +++ b/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild @@ -3,7 +3,8 @@ EAPI="7" -PYTHON_COMPAT=( python3_6 python3_7 ) +PYTHON_COMPAT=( python3_{6..9} ) + PYTHON_REQ_USE="ncurses?" inherit desktop distutils-r1 gnome2-utils xdg-utils