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 4CAB71382C5 for ; Fri, 29 Jan 2021 08:07:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 666B2E0C2F; Fri, 29 Jan 2021 08:07:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4B836E0C2F for ; Fri, 29 Jan 2021 08:07:05 +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 C4A15341098 for ; Fri, 29 Jan 2021 08:07:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22DCB476 for ; Fri, 29 Jan 2021 08:07:02 +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: <1611907619.1b48e78f972aa6cf522c8aaf99f4cf4d85adce28.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.19-r1.ebuild x11-wm/i3/i3-9999.ebuild X-VCS-Directories: x11-wm/i3/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1b48e78f972aa6cf522c8aaf99f4cf4d85adce28 X-VCS-Branch: master Date: Fri, 29 Jan 2021 08:07:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: deb50e11-4f15-48bd-88bc-6616b7890a4c X-Archives-Hash: 5dac52c65addc7df240825a5acf04615 commit: 1b48e78f972aa6cf522c8aaf99f4cf4d85adce28 Author: Nelo-T. Wallus wallus de> AuthorDate: Fri Jan 29 06:57:51 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jan 29 08:06:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b48e78f x11-wm/i3: Install with EPREFIX Closes: https://bugs.gentoo.org/767790 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Nelo-T. Wallus wallus.de> Closes: https://github.com/gentoo/gentoo/pull/19249 Signed-off-by: Lars Wendler gentoo.org> x11-wm/i3/i3-4.19-r1.ebuild | 4 ++-- x11-wm/i3/i3-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/i3/i3-4.19-r1.ebuild b/x11-wm/i3/i3-4.19-r1.ebuild index 3ef5738dadd..8641db1eba8 100644 --- a/x11-wm/i3/i3-4.19-r1.ebuild +++ b/x11-wm/i3/i3-4.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -76,7 +76,7 @@ src_prepare() { src_configure() { local emesonargs=( - -Ddocdir="/usr/share/doc/${PF}" + -Ddocdir="${EPREFIX}/usr/share/doc/${PF}" $(meson_use doc docs) $(meson_use doc mans) ) diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild index e644fcb77f5..e7b4e3a5694 100644 --- a/x11-wm/i3/i3-9999.ebuild +++ b/x11-wm/i3/i3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -75,7 +75,7 @@ src_prepare() { src_configure() { local emesonargs=( - -Ddocdir="/usr/share/doc/${PF}" + -Ddocdir="${EPREFIX}/usr/share/doc/${PF}" $(meson_use doc docs) $(meson_use doc mans) )