From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE9901396D9 for ; Wed, 18 Oct 2017 06:02:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17DDEE0E82; Wed, 18 Oct 2017 06:02:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB226E0E82 for ; Wed, 18 Oct 2017 06:02:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60EEB340BEA for ; Wed, 18 Oct 2017 06:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B90E931A for ; Wed, 18 Oct 2017 06:02:30 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1508306549.0d3dfb7dad213fb1193cc42cfea044933d9c9b4f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/i3/i3-4.14.1.ebuild X-VCS-Directories: x11-wm/i3/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0d3dfb7dad213fb1193cc42cfea044933d9c9b4f X-VCS-Branch: master Date: Wed, 18 Oct 2017 06:02:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4f7ee44a-284f-4db0-859b-f5697b948cba X-Archives-Hash: 4d11b2052a5472092188c42904cb3b7f commit: 0d3dfb7dad213fb1193cc42cfea044933d9c9b4f Author: Nelo-T. Wallus wallus de> AuthorDate: Sun Oct 15 00:38:17 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Oct 18 06:02:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3dfb7d 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 x11-wm/i3/i3-4.14.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-wm/i3/i3-4.14.1.ebuild b/x11-wm/i3/i3-4.14.1.ebuild index bd58f0a26c7..41be551dcce 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