summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorNelo-T. Wallus <nelo@wallus.de>2017-10-15 02:38:17 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-10-18 08:02:29 +0200
commit0d3dfb7dad213fb1193cc42cfea044933d9c9b4f (patch)
treec2506068b7f2a6a4f4ae281f6580d6bc3873d512 /x11-wm
parentdev-ruby/ox: add 2.8.0 (diff)
downloadgentoo-0d3dfb7dad213fb1193cc42cfea044933d9c9b4f.tar.gz
gentoo-0d3dfb7dad213fb1193cc42cfea044933d9c9b4f.tar.bz2
gentoo-0d3dfb7dad213fb1193cc42cfea044933d9c9b4f.zip
x11-wm/i3: Fix dependency on virtualx deps and source of man pages
For 4.14 the VCS tarball had to be used, which doesn't contain the man pages, after switching back to the dist tarballs for 4.14.1 install source of man pages wasn't updated. https://bugs.gentoo.org/634282 The virtualx eclass was set to always add the dependencies, which was left over from debugging. https://github.com/gentoo/gentoo/pull/5879#issuecomment-336597437 Package-Manager: Portage-2.3.11, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5947
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/i3/i3-4.14.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/i3/i3-4.14.1.ebuild b/x11-wm/i3/i3-4.14.1.ebuild
index bd58f0a26c7e..41be551dcce1 100644
--- a/x11-wm/i3/i3-4.14.1.ebuild
+++ b/x11-wm/i3/i3-4.14.1.ebuild
@@ -5,8 +5,6 @@ EAPI=6
AEVER=0.17
-VIRTUALX_REQUIRED=always
-
inherit autotools virtualx
DESCRIPTION="An improved dynamic tiling window manager"
@@ -101,7 +99,7 @@ src_compile() {
src_install() {
emake -C "${CBUILD}" DESTDIR="${D}" install
- doman "${CBUILD}"/man/*.1
+ doman "${S}"/man/*.1
use doc && einstalldocs