summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-05-24 15:35:38 +0200
committerZac Medico <zmedico@gentoo.org>2020-05-24 12:08:29 -0700
commit6d76bcb0ad3ae029307e823f6f816885f3d32c6d (patch)
tree1aa18332d2a4fc646b91b63a945838c0921d1ea6 /net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild
parentdev-db/sqlite: version bump to 3.32.0 (diff)
downloadgentoo-6d76bcb0ad3ae029307e823f6f816885f3d32c6d.tar.gz
gentoo-6d76bcb0ad3ae029307e823f6f816885f3d32c6d.tar.bz2
gentoo-6d76bcb0ad3ae029307e823f6f816885f3d32c6d.zip
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 <m.mairkeimberger@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild')
-rw-r--r--net-misc/electron-cash/electron-cash-4.0.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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 87c2b57dd7c3..c1e564a5b3e2 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)"