summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/libcxxrt: use HTTPS for GitHubDavid Hicks2017-07-306-8/+8
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-libs/uid_wrapper: Bump to version 1.2.4Lars Wendler2017-07-262-0/+19
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-libs/ldb: Removed old.Lars Wendler2017-07-252-104/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-libs/ldb: Bump to version 1.2.1Lars Wendler2017-07-252-0/+104
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-libs/tevent: Bump to version 0.9.33Lars Wendler2017-07-252-0/+61
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-libs/talloc: Bump to version 2.1.10Lars Wendler2017-07-252-0/+93
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-libs/compiler-rt: Clean old upMichał Górny2017-07-252-138/+0
|
* sys-libs/compiler-rt-sanitizers: Clean old upMichał Górny2017-07-252-129/+0
|
* sys-libs/llvm-libunwind: Clean old upMichał Górny2017-07-252-47/+0
|
* sys-libs/libcxxabi: Clean old upMichał Górny2017-07-252-96/+0
|
* sys-libs/libcxx: Clean old upMichał Górny2017-07-252-200/+0
|
* sys-libs/libomp: Clean old upMichał Górny2017-07-252-80/+0
|
* sys-libs/libcxx: Fix live conditions in 5.0.9999Michał Górny2017-07-241-3/+3
|
* sys-libs/compiler-rt-sanitizers: Adjust the slot for 9999Michał Górny2017-07-241-1/+1
|
* sys-libs/compiler-rt: Adjust the slot for 9999Michał Górny2017-07-241-1/+1
|
* sys-libs/libomp: Branch for 5.0.0 releaseMichał Górny2017-07-241-0/+74
|
* sys-libs/libcxx: Branch for 5.0.0 releaseMichał Górny2017-07-241-0/+211
|
* sys-libs/libcxxabi: Branch for 5.0.0 releaseMichał Górny2017-07-241-0/+99
|
* sys-libs/llvm-libunwind: Branch for 5.0.0 releaseMichał Górny2017-07-241-0/+47
|
* sys-libs/compiler-rt-sanitizers: Branch for 5.0.0 releaseMichał Górny2017-07-241-0/+134
|
* sys-libs/compiler-rt: Branch for 5.0.0 releaseMichał Górny2017-07-241-0/+99
|
* sys-libs/libsemanage: bump to 2.7_rc5Jason Zaman2017-07-222-0/+138
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libselinux: bump to 2.7_rc5Jason Zaman2017-07-222-0/+152
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libsepol: bump to 2.7_rc5Jason Zaman2017-07-222-0/+49
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libsemanage: update live ebuildJason Zaman2017-07-221-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libselinux: update live ebuildJason Zaman2017-07-221-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libsepol: update live ebuildJason Zaman2017-07-221-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/slang: Add sub slot operator on dev-libs/oniguruma atomThomas Deutschmann2017-07-212-2/+2
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* sys-libs/uclibc-ng: mark 1.0.25 stable on amd64 and x86Anthony G. Basile2017-07-211-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/lwp: Version bumpPacho Ramos2017-07-192-0/+24
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-libs/libosinfo: keyword ~arm64Alexis Ballier2017-07-141-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-libs/libunwind: workaround build failure on ia64Sergei Trofimovich2017-07-136-5/+153
| | | | | | | Missing files in tarball, outdated implementation. While at it fixed SRC_URI to point to mirrors://nongnu. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-libs/db: Disable sqlite in latest version as well.Lars Wendler2017-07-111-0/+237
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-libs/db: re-add older ebuilds again, because ↵Robin H. Johnson2017-07-104-0/+927
| | | | | | | 78beda8bdbf94b62a586e38d6ac00e32180f3eb8 wrongly removed them. Package-Manager: portage-2.3.6 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-libs/db: previous commit had extra stable keywords.Robin H. Johnson2017-07-101-1/+1
| | | | Package-Manager: portage-2.3.6
* sys-libs/db: Security revbumps to disable usage of bundled sqlite.Lars2017-07-104-8/+16
| | | | | | | | | This fixes Gentoo bug #605688 (cherry picked from commit 953247c8dda0eec48bf7f019583003077d008ba1) Fixes: https://bugs.gentoo.org/show_bug.cgi?id=605688 Fixes: https://github.com/gentoo/gentoo/pull/3480/ Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-libs/compiler-rt: Warn when not using clangMichał Górny2017-07-092-0/+14
|
* sys-libs/compiler-rt: Simplify -- use common nolib flag varMichał Górny2017-07-092-10/+10
|
* sys-libs/uclibc-ng: add keyword ~mips for version 1.0.23Anthony G. Basile2017-07-091-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libsemanage: bump to 2.7_rc4Jason Zaman2017-07-092-0/+138
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libselinux: bump to 2.7_rc4Jason Zaman2017-07-092-0/+152
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libsepol: bump to 2.7_rc4Jason Zaman2017-07-092-0/+49
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libsemanage: update live ebuildJason Zaman2017-07-091-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libselinux: update live ebuildJason Zaman2017-07-091-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libsepol: update live ebuildJason Zaman2017-07-091-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* sys-libs/libomp: Use https for llvm.orgMichał Górny2017-07-097-13/+13
|
* sys-libs/libcxx: Use https for llvm.orgMichał Górny2017-07-097-18/+18
|
* sys-libs/libcxxabi: Use https for llvm.orgMichał Górny2017-07-095-14/+14
|
* sys-libs/llvm-libunwind: Use https for llvm.orgMichał Górny2017-07-095-5/+5
|
* sys-libs/compiler-rt-sanitizers: Use https for llvm.orgMichał Górny2017-07-093-8/+8
|