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 97DB9138334 for ; Tue, 30 Jul 2019 06:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20B22E086F; Tue, 30 Jul 2019 06:00:27 +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 06AF3E086F for ; Tue, 30 Jul 2019 06:00:27 +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 ED44D348FD6 for ; Tue, 30 Jul 2019 06:00:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EEA2751 for ; Tue, 30 Jul 2019 06:00:13 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1564465200.0be4ff7c79e8cc9e9b51090536e76dc5af1d7caf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum-ltc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild X-VCS-Directories: net-misc/electrum-ltc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0be4ff7c79e8cc9e9b51090536e76dc5af1d7caf X-VCS-Branch: master Date: Tue, 30 Jul 2019 06:00: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: c705703f-77a3-4eaf-a5fe-5b91d19e28bb X-Archives-Hash: fda55683d48fa5edb6e6ea777269d1a5 commit: 0be4ff7c79e8cc9e9b51090536e76dc5af1d7caf Author: Michał Górny gentoo org> AuthorDate: Tue Jul 30 05:40:00 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 30 05:40:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be4ff7c net-misc/electrum-ltc: Retire virtual/python-dnspython Signed-off-by: Michał Górny gentoo.org> net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild b/net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild index 1e6465700a4..8ca11888da6 100644 --- a/net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild +++ b/net-misc/electrum-ltc/electrum-ltc-3.3.4.1.ebuild @@ -34,6 +34,7 @@ REQUIRED_USE=" RDEPEND="${PYTHON_DEPS} dev-python/aiohttp-socks[${PYTHON_USEDEP}] dev-python/aiorpcX[${PYTHON_USEDEP}] + dev-python/dnspython[${PYTHON_USEDEP}] dev-python/ecdsa[${PYTHON_USEDEP}] dev-python/jsonrpclib[${PYTHON_USEDEP}] dev-python/pbkdf2[${PYTHON_USEDEP}] @@ -45,7 +46,6 @@ RDEPEND="${PYTHON_DEPS} dev-python/six[${PYTHON_USEDEP}] dev-python/tlslite[${PYTHON_USEDEP}] dev-python/protobuf-python[${PYTHON_USEDEP}] - virtual/python-dnspython[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[v4l] ) qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]