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 E8328138206 for ; Tue, 16 Jan 2018 00:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E614E08D4; Tue, 16 Jan 2018 00:03:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F2F11E08D3 for ; Tue, 16 Jan 2018 00:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BC57335C58 for ; Tue, 16 Jan 2018 00:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A22F61BB for ; Tue, 16 Jan 2018 00:03:38 +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: <1516061014.30719c6475c2a7d3b5ef95ba5eb17eb60852f2b9.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: 30719c6475c2a7d3b5ef95ba5eb17eb60852f2b9 X-VCS-Branch: master Date: Tue, 16 Jan 2018 00:03:38 +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: 27dd23d7-1530-4c21-ae84-b07b59e4b067 X-Archives-Hash: 68b170c98b5125798cf8ddf90ba35fe9 commit: 30719c6475c2a7d3b5ef95ba5eb17eb60852f2b9 Author: Lars Wendler gentoo org> AuthorDate: Tue Jan 16 00:02:58 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jan 16 00:03:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30719c64 x11-wm/i3: Fixed issues from previous commit. Package-Manager: Portage-2.3.19, Repoman-2.3.6 x11-wm/i3/i3-4.14.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-wm/i3/i3-4.14.1.ebuild b/x11-wm/i3/i3-4.14.1.ebuild index 73ad789867b..c10aed5dc8d 100644 --- a/x11-wm/i3/i3-4.14.1.ebuild +++ b/x11-wm/i3/i3-4.14.1.ebuild @@ -76,12 +76,11 @@ my_src_configure() { econf "${myeconfargs[@]}" } -my_src_install() { - emake install +my_src_install_all() { doman man/*.1 einstalldocs - use docs && dodoc -r docs "RELEASE-NOTES-${PV}" + use doc && dodoc -r docs "RELEASE-NOTES-${PV}" exeinto /etc/X11/Sessions doexe "${T}/i3wm"