Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/lpe/
Date: Fri, 02 Apr 2021 13:59:41
Message-Id: 1617371968.085313cf96ebaeff4b2696217ffa2313d4e25776.sam@gentoo
1 commit: 085313cf96ebaeff4b2696217ffa2313d4e25776
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 13:58:31 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 13:59:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085313cf
7
8 app-editors/lpe: force bundled gettext/libintl off
9
10 Just in case.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-editors/lpe/lpe-1.2.8_p20210401.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/app-editors/lpe/lpe-1.2.8_p20210401.ebuild b/app-editors/lpe/lpe-1.2.8_p20210401.ebuild
18 index 4cf5b201a5b..70babea77f0 100644
19 --- a/app-editors/lpe/lpe-1.2.8_p20210401.ebuild
20 +++ b/app-editors/lpe/lpe-1.2.8_p20210401.ebuild
21 @@ -51,7 +51,9 @@ src_prepare() {
22 }
23
24 src_configure() {
25 - econf $(use_enable nls)
26 + econf \
27 + --without-included-gettext \
28 + $(use_enable nls)
29 }
30
31 src_install() {