Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sun, 10 Sep 2017 16:45:20
Message-Id: 1505061884.65b0a31d080eb74bbdca1668c2c5e2207bfee2fd.dilfridge@gentoo
1 commit: 65b0a31d080eb74bbdca1668c2c5e2207bfee2fd
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 10 16:44:17 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 10 16:44:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b0a31d
7
8 sys-libs/glibc: Fix building the test suite, bug 589370
9
10 Some black vapier magic was removing all zero-length files from the working
11 directory. Turns out some of them are actually needed...
12
13 Package-Manager: Portage-2.3.8, Repoman-2.3.3
14
15 sys-libs/glibc/glibc-2.26-r1.ebuild | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild b/sys-libs/glibc/glibc-2.26-r1.ebuild
19 index b852aba96bc..3658a3e108a 100644
20 --- a/sys-libs/glibc/glibc-2.26-r1.ebuild
21 +++ b/sys-libs/glibc/glibc-2.26-r1.ebuild
22 @@ -240,7 +240,6 @@ src_prepare() {
23 gnuconfig_update
24
25 cd "${WORKDIR}"
26 - find . -type f '(' -size 0 -o -name "*.orig" ')' -delete
27 find . -name configure -exec touch {} +
28
29 eprefixify extra/locale/locale-gen