summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/glibc: Drop oldAndreas K. Hüttel2018-01-182-842/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/libcxx: amd64 stable wrt bug #644814Mikle Kolyada2018-01-181-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/libcxxabi: amd64 stable wrt bug #644814Mikle Kolyada2018-01-181-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/libomp: amd64 stable wrt bug #644814Mikle Kolyada2018-01-181-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/llvm-libunwind: amd64 stable wrt bug #644814Mikle Kolyada2018-01-181-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/compiler-rt-sanitizers: amd64 stable wrt bug #644814Mikle Kolyada2018-01-181-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/compiler-rt: amd64 stable wrt bug #644814Mikle Kolyada2018-01-181-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/timezone-data: arm stable, bug #636464Markus Meier2018-01-171-2/+2
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* sys-libs/glibc: Bump 9999 patchset. Tests pass now on master (amd64).Andreas K. Hüttel2018-01-172-3/+3
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/ldb: Bump to version 1.3.1Lars Wendler2018-01-162-0/+104
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/tevent: Bump to version 0.9.35Lars Wendler2018-01-162-0/+67
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/talloc: Bump to version 2.1.11Lars Wendler2018-01-162-0/+93
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/gdbm: mark 1.13-r2 arm64/m68k/s390/sh stableMike Frysinger2018-01-151-1/+1
|
* sys-libs/libunwind: mark 1.2.1 arm64 stableMike Frysinger2018-01-141-1/+1
|
* sys-libs/glibc: Update patchsetAndreas K. Hüttel2018-01-142-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/glibc: More cleanups. Work in progress.Andreas K. Hüttel2018-01-141-56/+34
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/glibc: Various cleanups. Work in progress.Andreas K. Hüttel2018-01-131-65/+30
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/glibc: Integrate all eclass codeAndreas K. Hüttel2018-01-131-1/+557
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/libcap-ng: mark 0.7.8 arm64/m68k/s390/sh stableMike Frysinger2018-01-111-1/+1
|
* sys-libs/libseccomp: version bump to 2.3.3Mike Frysinger2018-01-112-0/+40
|
* sys-libs/libseccomp: mark 2.3.2 arm64/s390 stableMike Frysinger2018-01-111-1/+1
|
* sys-libs/uclibc-ng: 1.0.27 is broken on mipsAnthony G. Basile2018-01-101-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-libs/glibc: mark 2.25-r9 m68k/s390/sh stableMike Frysinger2018-01-101-1/+1
|
* sys-libs/readline: arm stable, bug #643124Markus Meier2018-01-101-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* sys-libs/gdbm: arm stable, bug #643100Markus Meier2018-01-101-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* sys-libs/zlib: mark 1.2.11-r1 arm64/m68k/s390/sh stableMike Frysinger2018-01-091-1/+1
|
* sys-libs/compiler-rt-sanitizers: Default to building using clangMichał Górny2018-01-093-4/+22
| | | | | | | | Default to building using clang rather than gcc since the latter is starting to cause more issues, most notably GotsanRuntimeCheck segfaulting more commonly than it used to. Closes: https://bugs.gentoo.org/630958
* sys-libs/glibc: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-0712-35/+35
| | | | | | | | | | | | | | | | | 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/musl: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-072-6/+6
| | | | | | | | | | | | | | | | | 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/newlib: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-078-16/+16
| | | | | | | | | | | | | | | | | 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/uclibc: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-073-9/+9
| | | | | | | | | | | | | | | | | 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/uclibc-ng: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-onlySergei Trofimovich2018-01-074-12/+12
| | | | | | | | | | | | | | | | | 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/kpmcore: 3.3.0 version bumpAndreas Sturmlechner2018-01-072-0/+33
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/gdbm: stable 1.13-r2 for hppa, bug #643100Rolf Eike Beer2018-01-071-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa"
* sys-libs/gdbm: stable 1.13-r2 for ia64/ppc/ppc64, bug #643100Sergei Trofimovich2018-01-061-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64 ppc ppc64"
* sys-libs/freeipmi: drop dependency on openrcMike Gilbert2018-01-055-11/+10
| | | | | Closes: https://bugs.gentoo.org/618746 Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
* sys-libs/gdbm: Version 1.13-r2 stable for amd64 and x86.Lars Wendler2018-01-051-1/+1
| | | | | Bug: https://bugs.gentoo.org/643100 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/readline: Version 7.0_p3 stable for x86.Lars Wendler2018-01-051-1/+1
| | | | | Bug: https://bugs.gentoo.org/643124 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/openipmi: Removed old.Lars Wendler2018-01-043-203/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/openipmi: Bump to version 2.0.24Lars Wendler2018-01-042-0/+109
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/openipmi: Added sub-slot dep for sys-libs/gdbmLars Wendler2018-01-043-6/+6
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/gdbm: Removed old.Lars Wendler2018-01-042-68/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/gdbm: Bump to version 1.14.1Lars Wendler2018-01-042-0/+68
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-libs/libomp: Update CMake option namesMichał Górny2018-01-042-6/+8
| | | | Closes: https://bugs.gentoo.org/642412
* sys-libs/libomp: Tests of new versions require clang-6 nowMichał Górny2018-01-042-2/+2
|
* sys-libs/libomp: Add a live ebuild for 6.0 branchMichał Górny2018-01-031-0/+88
|
* sys-libs/libcxx: Add a live ebuild for 6.0 branchMichał Górny2018-01-031-0/+210
|
* sys-libs/libcxxabi: Add a live ebuild for 6.0 branchMichał Górny2018-01-031-0/+98
|
* sys-libs/llvm-libunwind: Add a live ebuild for 6.0 branchMichał Górny2018-01-031-0/+47
|
* sys-libs/compiler-rt-sanitizers: Update slot for master to 7.0.0Michał Górny2018-01-031-1/+1
|