summaryrefslogtreecommitdiff
path: root/x11-wm/i3
diff options
context:
space:
mode:
authorNelo-T. Wallus <nelo@wallus.de>2021-01-29 07:57:51 +0100
committerLars Wendler <polynomial-c@gentoo.org>2021-01-29 09:06:59 +0100
commit1b48e78f972aa6cf522c8aaf99f4cf4d85adce28 (patch)
treeec96e19fe19ccd61589a0ea5ae5db9a7299fb223 /x11-wm/i3
parentdev-ml/ocaml-data-notation: depends on ocaml-4.05.0 (diff)
downloadgentoo-1b48e78f972aa6cf522c8aaf99f4cf4d85adce28.tar.gz
gentoo-1b48e78f972aa6cf522c8aaf99f4cf4d85adce28.tar.bz2
gentoo-1b48e78f972aa6cf522c8aaf99f4cf4d85adce28.zip
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@wallus.de> Closes: https://github.com/gentoo/gentoo/pull/19249 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-wm/i3')
-rw-r--r--x11-wm/i3/i3-4.19-r1.ebuild4
-rw-r--r--x11-wm/i3/i3-9999.ebuild4
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 3ef5738daddf..8641db1eba86 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 e644fcb77f54..e7b4e3a5694e 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)
)