diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-08-01 19:30:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-08-01 20:21:40 +0200 |
commit | 8abc220051927f76c88bb7efb9a1751f95be28a0 (patch) | |
tree | fef0750d3a7c662f6210f38530b50a1dab1b26b4 /net-misc/electrum | |
parent | net-misc/electrum: Fix ncurses? dep (diff) | |
download | gentoo-8abc220051927f76c88bb7efb9a1751f95be28a0.tar.gz gentoo-8abc220051927f76c88bb7efb9a1751f95be28a0.tar.bz2 gentoo-8abc220051927f76c88bb7efb9a1751f95be28a0.zip |
net-misc/electrum: Remove unnecessary patch
extras_require is not triggered during normal installs, so there is
no need to strip it.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/electrum')
-rw-r--r-- | net-misc/electrum/electrum-3.3.6-r3.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-misc/electrum/electrum-3.3.6-r3.ebuild b/net-misc/electrum/electrum-3.3.6-r3.ebuild index ec5b90dbffd0..81249bea4a65 100644 --- a/net-misc/electrum/electrum-3.3.6-r3.ebuild +++ b/net-misc/electrum/electrum-3.3.6-r3.ebuild @@ -45,7 +45,6 @@ S="${WORKDIR}/${MY_P}" src_prepare() { eapply "${FILESDIR}/3.1.2-no-user-root.patch" - eapply "${FILESDIR}/3.2.3-pip-optional-pkgs.patch" eapply "${FILESDIR}/3.3.2-desktop.patch" # Prevent icon from being installed in the wrong location |