commit:     085313cf96ebaeff4b2696217ffa2313d4e25776
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 13:58:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr  2 13:59:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085313cf

app-editors/lpe: force bundled gettext/libintl off

Just in case.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/lpe/lpe-1.2.8_p20210401.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-editors/lpe/lpe-1.2.8_p20210401.ebuild 
b/app-editors/lpe/lpe-1.2.8_p20210401.ebuild
index 4cf5b201a5b..70babea77f0 100644
--- a/app-editors/lpe/lpe-1.2.8_p20210401.ebuild
+++ b/app-editors/lpe/lpe-1.2.8_p20210401.ebuild
@@ -51,7 +51,9 @@ src_prepare() {
 }
 
 src_configure() {
-       econf $(use_enable nls)
+       econf \
+               --without-included-gettext \
+               $(use_enable nls)
 }
 
 src_install() {

Reply via email to