From: Michał Górny Date: Thu, 1 Aug 2019 17:20:14 +0000 (+0200) Subject: net-misc/electrum: Install docs correctly X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=11afcd502ac695a58ba8ae9f340468c4214817c4;p=gentoo.git 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 --- diff --git a/net-misc/electrum/electrum-3.3.6-r3.ebuild b/net-misc/electrum/electrum-3.3.6-r3.ebuild index 67887803dc4f..7f333107e268 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 }