summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-21 10:19:58 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-21 11:09:36 +0200
commitb3797d250726f95b35d8ae247413117574479b0f (patch)
tree82290ebebc66eee12256011194ae33db349c5fc7 /net-misc
parentpackage.mask: Remove obsolete dist-kernel masks (diff)
downloadgentoo-b3797d250726f95b35d8ae247413117574479b0f.tar.gz
gentoo-b3797d250726f95b35d8ae247413117574479b0f.tar.bz2
gentoo-b3797d250726f95b35d8ae247413117574479b0f.zip
net-misc/electrum: Make qdarkstyle dep optional
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/electrum/electrum-4.2.1-r2.ebuild (renamed from net-misc/electrum/electrum-4.2.1-r1.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-misc/electrum/electrum-4.2.1-r1.ebuild b/net-misc/electrum/electrum-4.2.1-r2.ebuild
index 7811b4d896ad..3741fcfc777b 100644
--- a/net-misc/electrum/electrum-4.2.1-r1.ebuild
+++ b/net-misc/electrum/electrum-4.2.1-r2.ebuild
@@ -62,6 +62,9 @@ src_prepare() {
# use backwards-compatible cryptodome API
sed -i -e 's:Cryptodome:Crypto:' electrum/crypto.py || die
+ # make qdarkstyle dep optional
+ sed -i -e '/qdarkstyle/d' contrib/requirements/requirements.txt || die
+
local bestgui
if use qt5; then
bestgui=qt