Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electron-cash/
Date: Sun, 24 May 2020 19:08:39
Message-Id: 1590347309.6d76bcb0ad3ae029307e823f6f816885f3d32c6d.zmedico@gentoo
1 commit: 6d76bcb0ad3ae029307e823f6f816885f3d32c6d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 24 13:35:38 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 19:08:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d76bcb0
7
8 net-misc/electron-cash: add missing desktop inherit
9
10 Closes: https://github.com/gentoo/gentoo/pull/15952
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
13 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
14
15 net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 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
19 index 87c2b57dd7c..c1e564a5b3e 100644
20 --- a/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild
21 +++ b/net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild
22 @@ -6,7 +6,7 @@ EAPI="7"
23 PYTHON_COMPAT=( python3_6 python3_7 )
24 PYTHON_REQ_USE="ncurses?"
25
26 -inherit distutils-r1 gnome2-utils xdg-utils
27 +inherit desktop distutils-r1 gnome2-utils xdg-utils
28
29 MY_P="Electron-Cash-${PV}"
30 DESCRIPTION="Lightweight Bitcoin Cash client (BCH fork of Electrum)"