Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/
Date: Wed, 18 Oct 2017 06:02:34
Message-Id: 1508306549.0d3dfb7dad213fb1193cc42cfea044933d9c9b4f.polynomial-c@gentoo
1 commit: 0d3dfb7dad213fb1193cc42cfea044933d9c9b4f
2 Author: Nelo-T. Wallus <nelo <AT> wallus <DOT> de>
3 AuthorDate: Sun Oct 15 00:38:17 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 18 06:02:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3dfb7d
7
8 x11-wm/i3: Fix dependency on virtualx deps and source of man pages
9
10 For 4.14 the VCS tarball had to be used, which doesn't contain the man
11 pages, after switching back to the dist tarballs for 4.14.1 install
12 source of man pages wasn't updated.
13 https://bugs.gentoo.org/634282
14
15 The virtualx eclass was set to always add the dependencies, which was
16 left over from debugging.
17 https://github.com/gentoo/gentoo/pull/5879#issuecomment-336597437
18
19 Package-Manager: Portage-2.3.11, Repoman-2.3.3
20 Closes: https://github.com/gentoo/gentoo/pull/5947
21
22 x11-wm/i3/i3-4.14.1.ebuild | 4 +---
23 1 file changed, 1 insertion(+), 3 deletions(-)
24
25 diff --git a/x11-wm/i3/i3-4.14.1.ebuild b/x11-wm/i3/i3-4.14.1.ebuild
26 index bd58f0a26c7..41be551dcce 100644
27 --- a/x11-wm/i3/i3-4.14.1.ebuild
28 +++ b/x11-wm/i3/i3-4.14.1.ebuild
29 @@ -5,8 +5,6 @@ EAPI=6
30
31 AEVER=0.17
32
33 -VIRTUALX_REQUIRED=always
34 -
35 inherit autotools virtualx
36
37 DESCRIPTION="An improved dynamic tiling window manager"
38 @@ -101,7 +99,7 @@ src_compile() {
39
40 src_install() {
41 emake -C "${CBUILD}" DESTDIR="${D}" install
42 - doman "${CBUILD}"/man/*.1
43 + doman "${S}"/man/*.1
44
45 use doc && einstalldocs