commit:     8b491d5abc07440c407955156a54a18c0c016132
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 20:07:28 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 20:07:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b491d5a

sys-fs/e2fsprogs: remove uclibc

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-fs/e2fsprogs/e2fsprogs-1.46.4.ebuild | 4 ++--
 sys-fs/e2fsprogs/e2fsprogs-1.46.5.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.46.4.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.46.4.ebuild
index 3c09748eee75..32326b7ce451 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.46.4.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.46.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -88,7 +88,7 @@ src_configure() {
        )
        ac_cv_path_LDCONFIG=: econf "${myeconfargs[@]}"
 
-       if [[ ${CHOST} != *-uclibc ]] && grep -qs 'USE_INCLUDED_LIBINTL.*yes' 
config.{log,status} ; then
+       if grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
                eerror "INTL sanity check failed, aborting build."
                eerror "Please post your ${S}/config.log file as an"
                eerror "attachment to 
https://bugs.gentoo.org/show_bug.cgi?id=81096";

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.46.5.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.46.5.ebuild
index 9ae9e56c0922..995ff20e1460 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.46.5.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.46.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -97,7 +97,7 @@ multilib_src_configure() {
                BUILD_LD="$(tc-getBUILD_LD)" \
                econf "${myeconfargs[@]}"
 
-       if [[ ${CHOST} != *-uclibc ]] && grep -qs 'USE_INCLUDED_LIBINTL.*yes' 
config.{log,status} ; then
+       if grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
                eerror "INTL sanity check failed, aborting build."
                eerror "Please post your ${S}/config.log file as an"
                eerror "attachment to 
https://bugs.gentoo.org/show_bug.cgi?id=81096";

Reply via email to