projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ebd505
)
net-misc/electrum: Install docs correctly
author
Michał Górny
<mgorny@gentoo.org>
Thu, 1 Aug 2019 17:20:14 +0000
(19:20 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 1 Aug 2019 18:21:37 +0000
(20:21 +0200)
Switch from DOCS to explicit dodoc, as we want to install RELEASE-NOTES
*in addition* to standard docs, not instead of.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/electrum/electrum-3.3.6-r3.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/electrum/electrum-3.3.6-r3.ebuild
b/net-misc/electrum/electrum-3.3.6-r3.ebuild
index 67887803dc4f2aaa3773d424f68fcd7e24e8a74d..7f333107e2680041518f804e155f9593b2a4cb30 100644
(file)
--- a/
net-misc/electrum/electrum-3.3.6-r3.ebuild
+++ b/
net-misc/electrum/electrum-3.3.6-r3.ebuild
@@
-43,8
+43,6
@@
RDEPEND="${PYTHON_DEPS}
S="${WORKDIR}/${MY_P}"
-DOCS="RELEASE-NOTES"
-
src_prepare() {
eapply "${FILESDIR}/3.1.2-no-user-root.patch"
eapply "${FILESDIR}/3.2.3-pip-optional-pkgs.patch"
@@
-89,6
+87,7
@@
src_prepare() {
src_install() {
doicon -s 128 electrum/gui/icons/${PN}.png
+ dodoc RELEASE-NOTES
distutils-r1_src_install
}