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 EE303138334 for ; Wed, 30 Jan 2019 21:33:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE8ADE0973; Wed, 30 Jan 2019 21:33:34 +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 B82C8E0973 for ; Wed, 30 Jan 2019 21:33:34 +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 09521335C51 for ; Wed, 30 Jan 2019 21:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D38944B for ; Wed, 30 Jan 2019 21:33:30 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1548884004.41df63a749cc59834273e9db5581034f2e466cb0.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/electrum/electrum-3.3.3.ebuild X-VCS-Directories: net-misc/electrum/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 41df63a749cc59834273e9db5581034f2e466cb0 X-VCS-Branch: master Date: Wed, 30 Jan 2019 21:33:30 +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: 18c3b654-f17c-4cc0-b9f8-0e4663032ad1 X-Archives-Hash: a95edfbc62e6efa2e3b87f56a51a6dc7 commit: 41df63a749cc59834273e9db5581034f2e466cb0 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jan 30 21:33:06 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jan 30 21:33:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41df63a7 net-misc/electrum: add missing dep to version 3.3.3 Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-misc/electrum/electrum-3.3.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-misc/electrum/electrum-3.3.3.ebuild b/net-misc/electrum/electrum-3.3.3.ebuild index 1c0e062506b..f2fa58dda34 100644 --- a/net-misc/electrum/electrum-3.3.3.ebuild +++ b/net-misc/electrum/electrum-3.3.3.ebuild @@ -47,6 +47,7 @@ REQUIRED_USE=" " RDEPEND="${PYTHON_DEPS} + dev-python/aiohttp-socks[${PYTHON_USEDEP}] dev-python/aiorpcX[${PYTHON_USEDEP}] dev-python/ecdsa[${PYTHON_USEDEP}] dev-python/jsonrpclib[${PYTHON_USEDEP}]