Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-libs/ncursess-6.1-r2: arm64 stable (bug #639706) | Mart Raudsepp | 2018-03-28 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | sys-libs/ncurses: fix mingw-w64 build and runtime | Marty E. Plummer | 2018-03-28 | 2 | -2/+14 |
| | | | | | | | | | | | | | | | *.dll.a files are required for linking on mingw-w64 targets, only delete normal static libraries. --enable-term-driver is required on mingw-w64, otherwise you get a host of undefined reference to `_nc_*' errors, and possibly other windows platforms/runtimes/toolchains. Bug: https://bugs.gentoo.org/631468 Bug: https://bugs.gentoo.org/639670 Package-Manager: Portage-2.3.10, Repoman-2.3.3 Signed-off-by: Marty E. Plummer <hanetzer@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/5734 | ||||
* | sys-libs/libfaketime: arm stable, bug #645870 | Markus Meier | 2018-03-28 | 1 | -2/+2 |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" | ||||
* | sys-libs/libblockdev-2.16: added ~mips, bug 641308 | Matt Turner | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | sys-libs/ncurses: stable 6.1-r2 for sparc, bug #639706 | Rolf Eike Beer | 2018-03-27 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" | ||||
* | sys-libs/slang: stable 2.3.2 for sparc, bug #651302 | Rolf Eike Beer | 2018-03-26 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" | ||||
* | sys-libs/ncurses: Revbump to fix st-0.7 terminfo issue. Removed old. | Lars Wendler | 2018-03-26 | 2 | -0/+15 |
| | | | | | | | Bumped straight to stable where -r1 was stable. Closes: https://bugs.gentoo.org/651494 Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/ncurses: x86 stable (bug #639706) | Thomas Deutschmann | 2018-03-26 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/slang: x86 stable (bug #651302) | Thomas Deutschmann | 2018-03-26 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/ncurses: stable 6.1-r1 for ppc64, bug #639706 | Sergei Trofimovich | 2018-03-25 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" | ||||
* | sys-libs/ncurses: stable 6.1-r1 for ppc, bug #639706 | Sergei Trofimovich | 2018-03-25 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" | ||||
* | sys-libs/e2fsprogs-libs: Bump to version 1.44.1 | Lars Wendler | 2018-03-25 | 2 | -0/+71 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/ncurses: stable 6.1-r1 for ia64, bug #639706 | Sergei Trofimovich | 2018-03-24 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" | ||||
* | sys-libs/slang: stable 2.3.2 for ia64, bug #651302 | Sergei Trofimovich | 2018-03-24 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" | ||||
* | sys-libs/ncurses: amd64 stable wrt bug #639706 | Mikle Kolyada | 2018-03-24 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/slang: amd64 stable wrt bug #651302 | Mikle Kolyada | 2018-03-24 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/libblockdev: sys-apps/kmod dependency is no longer optional. | Lars Wendler | 2018-03-23 | 2 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/compiler-rt-sanitizers: Fix LLVM_MAX_SLOT -> CLANG_SLOT | Michał Górny | 2018-03-23 | 5 | -60/+60 |
| | | | | | | | | | The variable was intentionally chosen not to use the eclass, and its my mistake of conflating the two. Name it CLANG_SLOT to make it look more purposeful. Closes: https://bugs.gentoo.org/650750 Fixes: e5afd9d0759d (sys-libs/compiler-rt-sanitizers: LLVM_SLOT -> ...) | ||||
* | sys-libs/compiler-rt: Fix LLVM_MAX_SLOT -> CLANG_SLOT | Michał Górny | 2018-03-23 | 5 | -22/+22 |
| | | | | | | | | | The variable was intentionally chosen not to use the eclass, and its my mistake of conflating the two. Name it CLANG_SLOT to make it look more purposeful. Closes: https://bugs.gentoo.org/650750 Fixes: ade5b255f1e8 (sys-libs/compiler-rt: fix eclass use by LLVM_SLOT...) | ||||
* | sys-libs/glibc: skip real tests for USE=headers-only flavour | Sergei Trofimovich | 2018-03-22 | 3 | -0/+10 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/readline: sh stable wrt bug #643124 | Mikle Kolyada | 2018-03-22 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/db-5.3.28-r2: arm64 stable (bug #599134) | Mart Raudsepp | 2018-03-22 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64" | ||||
* | sys-libs/libcap-ng: prefix support | Guilherme Amadio | 2018-03-19 | 1 | -0/+7 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/nss-usrfiles: Update maintainer due to bug #405105 | Pacho Ramos | 2018-03-17 | 1 | -4/+0 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/llvm-libunwind: Build local copy of libcxx for tests | Michał Górny | 2018-03-16 | 4 | -22/+158 |
| | | | | | | | Build a local copy of libcxx+libcxxabi for tests. This avoids a circular dependency between llvm-libunwind and libcxx/libcxxabi, and also makes it possible to run tests while building libcxx/libcxxabi against different backends. | ||||
* | sys-libs/libcxxabi: Move built libc++ instead of copying it (tests) | Michał Górny | 2018-03-16 | 5 | -5/+5 |
| | |||||
* | sys-libs/libcxx: Pass cxx_under_test via --param (in 6+) | Michał Górny | 2018-03-16 | 3 | -18/+18 |
| | |||||
* | sys-libs/libcxxabi: Pass cxx_under_test via --param (in 6+) | Michał Górny | 2018-03-16 | 3 | -18/+18 |
| | |||||
* | sys-libs/llvm-libunwind: Pass cxx_under_test via --param | Michał Górny | 2018-03-16 | 3 | -18/+18 |
| | |||||
* | sys-libs/llvm-libunwind: Fix running multilib tests | Michał Górny | 2018-03-16 | 3 | -6/+21 |
| | | | | | | Fix tests to use multilib-wrapped compiler. Otherwise, the tests were actually done using native ABI library which missed the point. Also, add missing MULTILIB_USEDEP. | ||||
* | sys-libs/libcxxabi: Fix missing -L path for tests | Michał Górny | 2018-03-16 | 5 | -0/+5 |
| | |||||
* | sys-libs/libcxxabi: Build local copy of libc++ for tests | Michał Górny | 2018-03-15 | 5 | -25/+130 |
| | | | | | | | Build a local copy of libc++ when performing tests instead of depending on system instance. This avoids a circular dependency, and also makes it possible to build & test libcxxabi independently of the installed libc++ variant. | ||||
* | sys-libs/libcxx: Fix calling lit with llvm-6+ | Michał Górny | 2018-03-15 | 2 | -2/+18 |
| | |||||
* | sys-libs/libcxxabi: Fix calling lit with llvm-6+ installed | Michał Górny | 2018-03-15 | 2 | -6/+18 |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Relax dep on dev-python/lit | Michał Górny | 2018-03-15 | 4 | -4/+4 |
| | | | | | There does not seem to be any breaking change since lit-5, so do not require strict version match in 5+. | ||||
* | sys-libs/compiler-rt-sanitizers: Strip test broken by glibc-2.24 | Michał Górny | 2018-03-15 | 2 | -0/+8 |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Strip tests broken by glibc-2.25 | Michał Górny | 2018-03-15 | 5 | -4/+70 |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Backport USE=clang to older versions | Michał Górny | 2018-03-15 | 2 | -3/+17 |
| | |||||
* | sys-libs/compiler-rt: Make the dev-python/lit dep less strict | Michał Górny | 2018-03-15 | 4 | -4/+4 |
| | | | | | The tests apparently work fine with any version of dev-python/lit we have. | ||||
* | sys-libs/compiler-rt-sanitizers: LLVM_SLOT -> LLVM_MAX_SLOT | Michał Górny | 2018-03-15 | 5 | -60/+60 |
| | |||||
* | sys-libs/compiler-rt: fix eclass use by LLVM_SLOT -> LLVM_MAX_SLOT | Michał Górny | 2018-03-15 | 5 | -22/+22 |
| | |||||
* | sys-libs/glibc: arm stable wrt bug #647062 | Mikle Kolyada | 2018-03-15 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/newlib: Add support for newlib-nano | Jason Zaman | 2018-03-15 | 3 | -11/+130 |
| | | | | | Closes: https://bugs.gentoo.org/532390 Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-libs/libomp: Restore ~arm64 keywords, bug #650024 | Michał Górny | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | sys-libs/libcxx: Restore ~arm64 keywords, bug #650024 | Michał Górny | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | sys-libs/libcxxabi: Restore ~arm64 keywords, bug #650024 | Michał Górny | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | sys-libs/llvm-libunwind: Restore ~arm64 keywords, bug #650024 | Michał Górny | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | sys-libs/compiler-rt-sanitizers: Restore ~arm64 keywords, bug #650024 | Michał Górny | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | sys-libs/compiler-rt: Restore ~arm64 keywords, bug #650024 | Michał Górny | 2018-03-13 | 1 | -1/+1 |
| | |||||
* | sys-libs/libomp: 6.0.0 tested on ~amd64-fbsd | Michał Górny | 2018-03-11 | 1 | -1/+1 |
| |