Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
Date: Thu, 02 Sep 2021 17:49:45
Message-Id: 1630604949.67c6052c01638f8230e191404fc17129acebd7ba.gyakovlev@gentoo
1 commit: 67c6052c01638f8230e191404fc17129acebd7ba
2 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 2 16:17:05 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 17:49:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c6052c
7
8 net-irc/weechat: Fix LIBDIR path on Prefix
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/22194
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 net-irc/weechat/weechat-3.1.ebuild | 2 +-
16 net-irc/weechat/weechat-3.2.ebuild | 2 +-
17 net-irc/weechat/weechat-9999.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/net-irc/weechat/weechat-3.1.ebuild b/net-irc/weechat/weechat-3.1.ebuild
21 index 6d32016aec5..a5a2514719d 100644
22 --- a/net-irc/weechat/weechat-3.1.ebuild
23 +++ b/net-irc/weechat/weechat-3.1.ebuild
24 @@ -116,7 +116,7 @@ src_prepare() {
25
26 src_configure() {
27 local mycmakeargs=(
28 - -DLIBDIR=/usr/$(get_libdir)
29 + -DLIBDIR="${EPREFIX}/usr/$(get_libdir)"
30 -DENABLE_JAVASCRIPT=OFF
31 -DENABLE_LARGEFILE=ON
32 -DENABLE_NCURSES=ON
33
34 diff --git a/net-irc/weechat/weechat-3.2.ebuild b/net-irc/weechat/weechat-3.2.ebuild
35 index 86f3f2d17ba..f9ced9e04dd 100644
36 --- a/net-irc/weechat/weechat-3.2.ebuild
37 +++ b/net-irc/weechat/weechat-3.2.ebuild
38 @@ -116,7 +116,7 @@ src_prepare() {
39
40 src_configure() {
41 local mycmakeargs=(
42 - -DLIBDIR=/usr/$(get_libdir)
43 + -DLIBDIR="${EPREFIX}/usr/$(get_libdir)"
44 -DENABLE_JAVASCRIPT=OFF
45 -DENABLE_LARGEFILE=ON
46 -DENABLE_NCURSES=ON
47
48 diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild
49 index 86f3f2d17ba..f9ced9e04dd 100644
50 --- a/net-irc/weechat/weechat-9999.ebuild
51 +++ b/net-irc/weechat/weechat-9999.ebuild
52 @@ -116,7 +116,7 @@ src_prepare() {
53
54 src_configure() {
55 local mycmakeargs=(
56 - -DLIBDIR=/usr/$(get_libdir)
57 + -DLIBDIR="${EPREFIX}/usr/$(get_libdir)"
58 -DENABLE_JAVASCRIPT=OFF
59 -DENABLE_LARGEFILE=ON
60 -DENABLE_NCURSES=ON