commit: 11afcd502ac695a58ba8ae9f340468c4214817c4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 17:20:14 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 18:21:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11afcd50
net-misc/electrum: Install docs correctly
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 <AT> gentoo.org>
net-misc/electrum/electrum-3.3.6-r3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-misc/electrum/electrum-3.3.6-r3.ebuild
b/net-misc/electrum/electrum-3.3.6-r3.ebuild
index 67887803dc4..7f333107e26 100644
--- 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
}