commit: 65b0a31d080eb74bbdca1668c2c5e2207bfee2fd
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 16:44:17 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 16:44:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b0a31d
sys-libs/glibc: Fix building the test suite, bug 589370
Some black vapier magic was removing all zero-length files from the working
directory. Turns out some of them are actually needed...
Package-Manager: Portage-2.3.8, Repoman-2.3.3
sys-libs/glibc/glibc-2.26-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-libs/glibc/glibc-2.26-r1.ebuild
b/sys-libs/glibc/glibc-2.26-r1.ebuild
index b852aba96bc..3658a3e108a 100644
--- a/sys-libs/glibc/glibc-2.26-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r1.ebuild
@@ -240,7 +240,6 @@ src_prepare() {
gnuconfig_update
cd "${WORKDIR}"
- find . -type f '(' -size 0 -o -name "*.orig" ')' -delete
find . -name configure -exec touch {} +
eprefixify extra/locale/locale-gen