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 19F67139083 for ; Sun, 17 Dec 2017 04:40:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FB02E0C48; Sun, 17 Dec 2017 04:40:17 +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 E0FD8E0C48 for ; Sun, 17 Dec 2017 04:40:16 +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 D372133BEBE for ; Sun, 17 Dec 2017 04:40:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65685AE84 for ; Sun, 17 Dec 2017 04:40:06 +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: <1513485590.1af3628f38fd6d651ad2d2a5e6b0b0f2d505c9a2.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.0.3.ebuild X-VCS-Directories: net-misc/electrum/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 1af3628f38fd6d651ad2d2a5e6b0b0f2d505c9a2 X-VCS-Branch: master Date: Sun, 17 Dec 2017 04:40:06 +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: 2a81d6a2-3b39-4211-b848-b50899f9ebc4 X-Archives-Hash: 12d30ed165d16827941562c9a4b4ebce commit: 1af3628f38fd6d651ad2d2a5e6b0b0f2d505c9a2 Author: Anthony G. Basile gentoo org> AuthorDate: Sun Dec 17 04:39:50 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Dec 17 04:39:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af3628f net-misc/electrum: minor cleanups on 3.0.3 Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-misc/electrum/electrum-3.0.3.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-misc/electrum/electrum-3.0.3.ebuild b/net-misc/electrum/electrum-3.0.3.ebuild index f81e0548fd7..aca1ddb7cae 100644 --- a/net-misc/electrum/electrum-3.0.3.ebuild +++ b/net-misc/electrum/electrum-3.0.3.ebuild @@ -67,9 +67,6 @@ DOCS="RELEASE-NOTES" src_prepare() { eapply "${FILESDIR}/2.8.0-no-user-root.patch" - # Don't advise using PIP - sed -i "s/On Linux, try 'sudo pip install zbar'/Re-emerge Electrum with the qrcode USE flag/" lib/qrscanner.py || die - # Prevent icon from being installed in the wrong location sed -i '/icons/d' setup.py || die @@ -133,6 +130,7 @@ src_prepare() { ledger \ keepkey \ $(usex sync '' labels ) \ + revealer \ trezor \ $(usex trustedcoin_com '' trustedcoin ) \ $(usex vkb '' virtualkeyboard ) \