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 39D531382C5 for ; Mon, 30 Apr 2018 15:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B524E09E2; Mon, 30 Apr 2018 15:58:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E924DE09E2 for ; Mon, 30 Apr 2018 15:58:32 +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 2B7A4335CA2 for ; Mon, 30 Apr 2018 15:58:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A264A2AF for ; Mon, 30 Apr 2018 15:58:28 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1525102791.7fc90b33fd72166b25a9d414929a1beaf63ba015.floppym@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.0.5.ebuild net-misc/electrum/electrum-3.0.6.ebuild net-misc/electrum/electrum-3.1.1.ebuild net-misc/electrum/electrum-3.1.2.ebuild X-VCS-Directories: net-misc/electrum/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 7fc90b33fd72166b25a9d414929a1beaf63ba015 X-VCS-Branch: master Date: Mon, 30 Apr 2018 15:58:28 +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-Archives-Salt: 8be84245-0205-4b85-9fc6-50aa841ab7f9 X-Archives-Hash: 3d8223436b852607b32d363f110cb339 commit: 7fc90b33fd72166b25a9d414929a1beaf63ba015 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Mon Apr 30 15:10:25 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Apr 30 15:39:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc90b33 net-misc/electrum: Clean dev-libs/protobuf dependencies. net-misc/electrum/electrum-3.0.5.ebuild | 5 +---- net-misc/electrum/electrum-3.0.6.ebuild | 5 +---- net-misc/electrum/electrum-3.1.1.ebuild | 5 +---- net-misc/electrum/electrum-3.1.2.ebuild | 5 +---- 4 files changed, 4 insertions(+), 16 deletions(-) diff --git a/net-misc/electrum/electrum-3.0.5.ebuild b/net-misc/electrum/electrum-3.0.5.ebuild index 63e1b139bf8..1f796881201 100644 --- a/net-misc/electrum/electrum-3.0.5.ebuild +++ b/net-misc/electrum/electrum-3.0.5.ebuild @@ -58,10 +58,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/tlslite[${PYTHON_USEDEP}] - || ( - dev-python/protobuf-python[${PYTHON_USEDEP}] - dev-libs/protobuf[python,${PYTHON_USEDEP}] - ) + dev-python/protobuf-python[${PYTHON_USEDEP}] virtual/python-dnspython[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[v4l] ) qt5? ( diff --git a/net-misc/electrum/electrum-3.0.6.ebuild b/net-misc/electrum/electrum-3.0.6.ebuild index f6c1a77ec4b..dc974d4c43a 100644 --- a/net-misc/electrum/electrum-3.0.6.ebuild +++ b/net-misc/electrum/electrum-3.0.6.ebuild @@ -57,10 +57,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/tlslite[${PYTHON_USEDEP}] - || ( - dev-python/protobuf-python[${PYTHON_USEDEP}] - dev-libs/protobuf[python,${PYTHON_USEDEP}] - ) + dev-python/protobuf-python[${PYTHON_USEDEP}] virtual/python-dnspython[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[v4l] ) qt5? ( diff --git a/net-misc/electrum/electrum-3.1.1.ebuild b/net-misc/electrum/electrum-3.1.1.ebuild index 957704e0775..ed1b46dc489 100644 --- a/net-misc/electrum/electrum-3.1.1.ebuild +++ b/net-misc/electrum/electrum-3.1.1.ebuild @@ -57,10 +57,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/tlslite[${PYTHON_USEDEP}] - || ( - dev-python/protobuf-python[${PYTHON_USEDEP}] - dev-libs/protobuf[python,${PYTHON_USEDEP}] - ) + dev-python/protobuf-python[${PYTHON_USEDEP}] virtual/python-dnspython[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[v4l] ) qt5? ( diff --git a/net-misc/electrum/electrum-3.1.2.ebuild b/net-misc/electrum/electrum-3.1.2.ebuild index a336ee7a3d3..b10060186b9 100644 --- a/net-misc/electrum/electrum-3.1.2.ebuild +++ b/net-misc/electrum/electrum-3.1.2.ebuild @@ -57,10 +57,7 @@ RDEPEND="${PYTHON_DEPS} dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] dev-python/tlslite[${PYTHON_USEDEP}] - || ( - dev-python/protobuf-python[${PYTHON_USEDEP}] - dev-libs/protobuf[python,${PYTHON_USEDEP}] - ) + dev-python/protobuf-python[${PYTHON_USEDEP}] virtual/python-dnspython[${PYTHON_USEDEP}] qrcode? ( media-gfx/zbar[v4l] ) qt5? (