summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/slang: stable 2.3.2 for sparc, bug #651302Rolf Eike Beer2018-03-261-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 Wendler2018-03-262-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 Deutschmann2018-03-261-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/slang: x86 stable (bug #651302)Thomas Deutschmann2018-03-261-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/ncurses: stable 6.1-r1 for ppc64, bug #639706Sergei Trofimovich2018-03-251-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 #639706Sergei Trofimovich2018-03-251-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.1Lars Wendler2018-03-252-0/+71
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/ncurses: stable 6.1-r1 for ia64, bug #639706Sergei Trofimovich2018-03-241-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 #651302Sergei Trofimovich2018-03-241-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* sys-libs/ncurses: amd64 stable wrt bug #639706Mikle Kolyada2018-03-241-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/slang: amd64 stable wrt bug #651302Mikle Kolyada2018-03-241-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/libblockdev: sys-apps/kmod dependency is no longer optional.Lars Wendler2018-03-232-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/compiler-rt-sanitizers: Fix LLVM_MAX_SLOT -> CLANG_SLOTMichał Górny2018-03-235-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_SLOTMichał Górny2018-03-235-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 flavourSergei Trofimovich2018-03-223-0/+10
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/readline: sh stable wrt bug #643124Mikle Kolyada2018-03-221-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/db-5.3.28-r2: arm64 stable (bug #599134)Mart Raudsepp2018-03-221-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm64"
* sys-libs/libcap-ng: prefix supportGuilherme Amadio2018-03-191-0/+7
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/nss-usrfiles: Update maintainer due to bug #405105Pacho Ramos2018-03-171-4/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/llvm-libunwind: Build local copy of libcxx for testsMichał Górny2018-03-164-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órny2018-03-165-5/+5
|
* sys-libs/libcxx: Pass cxx_under_test via --param (in 6+)Michał Górny2018-03-163-18/+18
|
* sys-libs/libcxxabi: Pass cxx_under_test via --param (in 6+)Michał Górny2018-03-163-18/+18
|
* sys-libs/llvm-libunwind: Pass cxx_under_test via --paramMichał Górny2018-03-163-18/+18
|
* sys-libs/llvm-libunwind: Fix running multilib testsMichał Górny2018-03-163-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 testsMichał Górny2018-03-165-0/+5
|
* sys-libs/libcxxabi: Build local copy of libc++ for testsMichał Górny2018-03-155-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órny2018-03-152-2/+18
|
* sys-libs/libcxxabi: Fix calling lit with llvm-6+ installedMichał Górny2018-03-152-6/+18
|
* sys-libs/compiler-rt-sanitizers: Relax dep on dev-python/litMichał Górny2018-03-154-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.24Michał Górny2018-03-152-0/+8
|
* sys-libs/compiler-rt-sanitizers: Strip tests broken by glibc-2.25Michał Górny2018-03-155-4/+70
|
* sys-libs/compiler-rt-sanitizers: Backport USE=clang to older versionsMichał Górny2018-03-152-3/+17
|
* sys-libs/compiler-rt: Make the dev-python/lit dep less strictMichał Górny2018-03-154-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_SLOTMichał Górny2018-03-155-60/+60
|
* sys-libs/compiler-rt: fix eclass use by LLVM_SLOT -> LLVM_MAX_SLOTMichał Górny2018-03-155-22/+22
|
* sys-libs/glibc: arm stable wrt bug #647062Mikle Kolyada2018-03-151-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-libs/newlib: Add support for newlib-nanoJason Zaman2018-03-153-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 #650024Michał Górny2018-03-131-1/+1
|
* sys-libs/libcxx: Restore ~arm64 keywords, bug #650024Michał Górny2018-03-131-1/+1
|
* sys-libs/libcxxabi: Restore ~arm64 keywords, bug #650024Michał Górny2018-03-131-1/+1
|
* sys-libs/llvm-libunwind: Restore ~arm64 keywords, bug #650024Michał Górny2018-03-131-1/+1
|
* sys-libs/compiler-rt-sanitizers: Restore ~arm64 keywords, bug #650024Michał Górny2018-03-131-1/+1
|
* sys-libs/compiler-rt: Restore ~arm64 keywords, bug #650024Michał Górny2018-03-131-1/+1
|
* sys-libs/libomp: 6.0.0 tested on ~amd64-fbsdMichał Górny2018-03-111-1/+1
|
* sys-libs/libcxx: 6.0.0 tested on ~amd64-fbsdMichał Górny2018-03-111-1/+1
|
* sys-libs/libcxxabi: 6.0.0 tested on ~amd64-fbsdMichał Górny2018-03-111-1/+1
|
* sys-libs/llvm-libunwind: 6.0.0 tested on ~amd64-fbsdMichał Górny2018-03-111-1/+1
|
* sys-libs/compiler-rt-sanitizers: 6.0.0 tested on ~amd64-fbsdMichał Górny2018-03-111-1/+1
|
* sys-libs/compiler-rt: 6.0.0 tested on ~amd64-fbsdMichał Górny2018-03-111-1/+1
|