summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/glibc: git-2->git-r3Marty E. Plummer2018-06-081-2/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-libs/glibc: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-071-3/+3
| | | | | | | | | | | | | | | | | CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only. Convert it to a global USE flag instead. Mechanical ebuild rename done as: $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \ -i $(git grep -l headers-only) 'headers-only' flag is used by crossdev to bootstrap stage1 compiler before libc is available. crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230. Bug: https://bugs.gentoo.org/642712 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/glibc: Fix the cleanupAndreas K. Hüttel2017-09-111-0/+155
| | | | | This partially reverts commit 78527a00ee720e32ca54a3c15335fe6e41d95e27 and now deletes the correct files.
* sys-libs/glibc: Clean upAndreas K. Hüttel2017-09-111-155/+0
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* sys-libs/glibc: cut new glibc patchset, bug #627164Sergei Trofimovich2017-08-131-1/+1
| | | | | | | | | This patchset has single new patch which fixes build failure against binutils-2.29. Bug: https://sourceware.org/PR21666 Bug: https://bugs.gentoo.org/627164 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-libs/glibc: update patchset, bug #627338, bug #592300Sergei Trofimovich2017-08-121-0/+155
Two changes in the patchset: - #627338: add 'files' fallback to nsswitch.conf entries as glibc-2.26 is deprecating 'compat' entries. - #592300: make locale-get parallel by Tobias Klausmann Bug: https://bugs.gentoo.org/627338 Bug: https://bugs.gentoo.org/592300 Package-Manager: Portage-2.3.6, Repoman-2.3.3