Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/
Date: Fri, 29 Jan 2021 08:07:06
Message-Id: 1611907619.1b48e78f972aa6cf522c8aaf99f4cf4d85adce28.polynomial-c@gentoo
1 commit: 1b48e78f972aa6cf522c8aaf99f4cf4d85adce28
2 Author: Nelo-T. Wallus <nelo <AT> wallus <DOT> de>
3 AuthorDate: Fri Jan 29 06:57:51 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 08:06:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b48e78f
7
8 x11-wm/i3: Install with EPREFIX
9
10 Closes: https://bugs.gentoo.org/767790
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Nelo-T. Wallus <nelo <AT> wallus.de>
13 Closes: https://github.com/gentoo/gentoo/pull/19249
14 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
15
16 x11-wm/i3/i3-4.19-r1.ebuild | 4 ++--
17 x11-wm/i3/i3-9999.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/x11-wm/i3/i3-4.19-r1.ebuild b/x11-wm/i3/i3-4.19-r1.ebuild
21 index 3ef5738dadd..8641db1eba8 100644
22 --- a/x11-wm/i3/i3-4.19-r1.ebuild
23 +++ b/x11-wm/i3/i3-4.19-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -76,7 +76,7 @@ src_prepare() {
31
32 src_configure() {
33 local emesonargs=(
34 - -Ddocdir="/usr/share/doc/${PF}"
35 + -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
36 $(meson_use doc docs)
37 $(meson_use doc mans)
38 )
39
40 diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild
41 index e644fcb77f5..e7b4e3a5694 100644
42 --- a/x11-wm/i3/i3-9999.ebuild
43 +++ b/x11-wm/i3/i3-9999.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2020 Gentoo Authors
46 +# Copyright 1999-2021 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=7
50 @@ -75,7 +75,7 @@ src_prepare() {
51
52 src_configure() {
53 local emesonargs=(
54 - -Ddocdir="/usr/share/doc/${PF}"
55 + -Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
56 $(meson_use doc docs)
57 $(meson_use doc mans)
58 )