commit: 1b48e78f972aa6cf522c8aaf99f4cf4d85adce28 Author: Nelo-T. Wallus <nelo <AT> wallus <DOT> de> AuthorDate: Fri Jan 29 06:57:51 2021 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> 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 <nelo <AT> wallus.de> Closes: https://github.com/gentoo/gentoo/pull/19249 Signed-off-by: Lars Wendler <polynomial-c <AT> 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) )
