Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/
Date: Thu, 01 Aug 2019 18:21:53
Message-Id: 1564683697.11afcd502ac695a58ba8ae9f340468c4214817c4.mgorny@gentoo
1 commit: 11afcd502ac695a58ba8ae9f340468c4214817c4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 1 17:20:14 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 1 18:21:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11afcd50
7
8 net-misc/electrum: Install docs correctly
9
10 Switch from DOCS to explicit dodoc, as we want to install RELEASE-NOTES
11 *in addition* to standard docs, not instead of.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 net-misc/electrum/electrum-3.3.6-r3.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/net-misc/electrum/electrum-3.3.6-r3.ebuild b/net-misc/electrum/electrum-3.3.6-r3.ebuild
19 index 67887803dc4..7f333107e26 100644
20 --- a/net-misc/electrum/electrum-3.3.6-r3.ebuild
21 +++ b/net-misc/electrum/electrum-3.3.6-r3.ebuild
22 @@ -43,8 +43,6 @@ RDEPEND="${PYTHON_DEPS}
23
24 S="${WORKDIR}/${MY_P}"
25
26 -DOCS="RELEASE-NOTES"
27 -
28 src_prepare() {
29 eapply "${FILESDIR}/3.1.2-no-user-root.patch"
30 eapply "${FILESDIR}/3.2.3-pip-optional-pkgs.patch"
31 @@ -89,6 +87,7 @@ src_prepare() {
32
33 src_install() {
34 doicon -s 128 electrum/gui/icons/${PN}.png
35 + dodoc RELEASE-NOTES
36 distutils-r1_src_install
37 }