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 8309F1382C5 for ; Sun, 24 May 2020 19:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0B7BE0976; Sun, 24 May 2020 19:08:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9B4F1E0976 for ; Sun, 24 May 2020 19:08:38 +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 AEC5F34EFBB for ; Sun, 24 May 2020 19:08:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 646311BC for ; Sun, 24 May 2020 19:08:36 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1590347309.6d76bcb0ad3ae029307e823f6f816885f3d32c6d.zmedico@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: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6d76bcb0ad3ae029307e823f6f816885f3d32c6d X-VCS-Branch: master Date: Sun, 24 May 2020 19:08:36 +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: 896a8566-283d-4b9a-aec4-ce42108e368f X-Archives-Hash: 1d14701a784847802ed33bdd208ef6bf commit: 6d76bcb0ad3ae029307e823f6f816885f3d32c6d Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 24 13:35:38 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun May 24 19:08:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d76bcb0 net-misc/electron-cash: add missing desktop inherit Closes: https://github.com/gentoo/gentoo/pull/15952 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Zac Medico gentoo.org> net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 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 87c2b57dd7c..c1e564a5b3e 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 @@ -6,7 +6,7 @@ EAPI="7" PYTHON_COMPAT=( python3_6 python3_7 ) PYTHON_REQ_USE="ncurses?" -inherit distutils-r1 gnome2-utils xdg-utils +inherit desktop distutils-r1 gnome2-utils xdg-utils MY_P="Electron-Cash-${PV}" DESCRIPTION="Lightweight Bitcoin Cash client (BCH fork of Electrum)"