Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2fsprogs/
Date: Sat, 01 Jan 2022 20:08:06
Message-Id: 1641067648.8b491d5abc07440c407955156a54a18c0c016132.soap@gentoo
1 commit: 8b491d5abc07440c407955156a54a18c0c016132
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 1 20:07:28 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 1 20:07:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b491d5a
7
8 sys-fs/e2fsprogs: remove uclibc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-fs/e2fsprogs/e2fsprogs-1.46.4.ebuild | 4 ++--
13 sys-fs/e2fsprogs/e2fsprogs-1.46.5.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.46.4.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.46.4.ebuild
17 index 3c09748eee75..32326b7ce451 100644
18 --- a/sys-fs/e2fsprogs/e2fsprogs-1.46.4.ebuild
19 +++ b/sys-fs/e2fsprogs/e2fsprogs-1.46.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -88,7 +88,7 @@ src_configure() {
27 )
28 ac_cv_path_LDCONFIG=: econf "${myeconfargs[@]}"
29
30 - if [[ ${CHOST} != *-uclibc ]] && grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
31 + if grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
32 eerror "INTL sanity check failed, aborting build."
33 eerror "Please post your ${S}/config.log file as an"
34 eerror "attachment to https://bugs.gentoo.org/show_bug.cgi?id=81096"
35
36 diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.46.5.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.46.5.ebuild
37 index 9ae9e56c0922..995ff20e1460 100644
38 --- a/sys-fs/e2fsprogs/e2fsprogs-1.46.5.ebuild
39 +++ b/sys-fs/e2fsprogs/e2fsprogs-1.46.5.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2021 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -97,7 +97,7 @@ multilib_src_configure() {
47 BUILD_LD="$(tc-getBUILD_LD)" \
48 econf "${myeconfargs[@]}"
49
50 - if [[ ${CHOST} != *-uclibc ]] && grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
51 + if grep -qs 'USE_INCLUDED_LIBINTL.*yes' config.{log,status} ; then
52 eerror "INTL sanity check failed, aborting build."
53 eerror "Please post your ${S}/config.log file as an"
54 eerror "attachment to https://bugs.gentoo.org/show_bug.cgi?id=81096"