Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-devel/distcc: revert the libdir hack and use /usr/lib/distcc. | 2018-04-13 | 1 | -1/+1 | |
| | | | | | Bug: https://bugs.gentoo.org/651030 Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/binutils-config: revert accidental commit in 62c75f76eb. | 2018-04-13 | 2 | -6/+24 | |
| | | | | | | | | | I have made a mistake to overwrite changes to binutils-config-5. Suggested-By: slyfox Bug: https://bugs.gentoo.org/531616 Bug: https://bugs.gentoo.org/562460 Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/clang-runtime: Remove 3.9.0 (obsolete) | 2018-04-11 | 1 | -20/+0 | |
| | |||||
* | sys-devel/gdb: Remove hard mask on 8.1 | 2018-04-11 | 2 | -4/+2 | |
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/llvm: Remove non-Darwin keywords from 3.9.1 | 2018-04-11 | 1 | -2/+2 | |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/7702 | ||||
* | sys-devel/clang: Remove non-Darwin keywords from 3.9.1 | 2018-04-11 | 1 | -2/+2 | |
| | |||||
* | sys-devel/byfl: Drop old (requiring LLVM < 4) | 2018-04-11 | 2 | -48/+0 | |
| | |||||
* | sys-devel/crossdev: bump up to 20180410 | 2018-04-10 | 2 | -0/+40 | |
| | | | | | | | Closes: https://bugs.gentoo.org/652724 Bug: https://bugs.gentoo.org/147155 Bug: https://bugs.gentoo.org/650100 Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/gcc: restore KEYWORDS for 7.3.0-r1 | 2018-04-08 | 1 | -2/+1 | |
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/clang: Update for clang-X naming in -9999 | 2018-04-07 | 1 | -6/+6 | |
| | | | | | Upstream has removed the minor version from clang symlink in git. Update our code accordingly. | ||||
* | sys-devel/clang: Include LLVMTestingSupport lib in -9999 checkout | 2018-04-07 | 1 | -1/+2 | |
| | | | | | | Include the lib/Testing/Support directory in LLVM checkout since the clangd tests (part of clang-tools-extra) require that library now. The code still needs a fix upstream to actually build the library. | ||||
* | sys-devel/binutils: fix s/annd/all/ typo | 2018-04-07 | 2 | -2/+2 | |
| | | | | | Reported-by: [Arfrever] Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/binutils: fix typos and add accidentally words | 2018-04-07 | 2 | -8/+10 | |
| | | | | | Reported-by: [Arfrever] Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/binutils: fix ldscrips ${CTARGET} search path, bug #147155 | 2018-04-07 | 2 | -3/+448 | |
| | | | | | | | | | | | | | | | | | | | | | This change fixes long-standing search path issue in Gentoo's binutils: Before the change search path was the following: /usr/${CTARGET}/lib/ldscripts Note: it points to $SYSROOT, not to native cross-tools. After the change search path is the following: /usr/${CHOST}/${CTARGET}/lib/ldscripts Added two notes to the ebuild on how things are supposed to work: - Note [slotting support] - Note [tooldir hack for ldscripts] Applied change to 2.30-r1 and live ebuilds. Reported-by: Heiko Rosemann Closes: https://bugs.gentoo.org/147155 Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/boost-m4: x86 stable (bug #651714) | 2018-04-06 | 1 | -1/+1 | |
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/byfl: inherit llvm.eclass | 2018-04-05 | 3 | -3/+3 | |
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | sys-devel/byfl: version bump | 2018-04-05 | 4 | -5/+104 | |
| | | | | | Closes: https://bugs.gentoo.org/652072 Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | sys-devel/crossdev: switch live ebuild from git:// to https:// | 2018-04-05 | 1 | -2/+2 | |
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/clang: PDEP on sys-devel/clang-common | 2018-04-04 | 3 | -0/+3 | |
| | |||||
* | sys-devel/clang-common: New package for common clang files | 2018-04-04 | 5 | -0/+106 | |
| | | | | | | | New package for clang files shared between multiple slots. Currently includes bash completion. Closes: https://bugs.gentoo.org/652414 | ||||
* | sys-devel/clang: Inform about utility scripts in postinst | 2018-04-04 | 4 | -0/+26 | |
| | | | | Closes: https://bugs.gentoo.org/652234 | ||||
* | sys-devel/llvm: Inform about opt-viewer scripts in postinst | 2018-04-04 | 4 | -0/+36 | |
| | | | | Closes: https://bugs.gentoo.org/645040 | ||||
* | sys-devel/clang-runtime: 5.0.1 tested on ~amd64-fbsd | 2018-04-04 | 1 | -1/+1 | |
| | |||||
* | sys-devel/clang: 5.0.1 tested on ~amd64-fbsd | 2018-04-04 | 1 | -1/+1 | |
| | |||||
* | sys-devel/llvm: 5.0.1 tested on ~amd64-fbsd | 2018-04-04 | 1 | -1/+1 | |
| | |||||
* | sys-devel/llvm-common: 5.0.1 tested on ~amd64-fbsd | 2018-04-04 | 1 | -1/+1 | |
| | |||||
* | sys-devel/clang-runtime: Add USE=crt for (non-GCC) crt*.o files | 2018-04-03 | 6 | -3/+85 | |
| | |||||
* | sys-devel/distcc: keyword ~arm64 | 2018-04-02 | 2 | -2/+2 | |
| | |||||
* | sys-devel/clang: Move extra patch unused in 5.0.1 to 4.0.1 subdir | 2018-04-02 | 2 | -1/+1 | |
| | |||||
* | sys-devel/clang: Backport FreeBSD test fixes to 5.0.1 | 2018-04-02 | 3 | -7/+125 | |
| | |||||
* | sys-devel/llvm: Backport -Wl,-rpath FreeBSD fix to 5.0.1 | 2018-04-02 | 1 | -0/+3 | |
| | |||||
* | sys-devel/boost-m4: amd64 stable | 2018-04-01 | 1 | -1/+1 | |
| | | | | | Bug: https://bugs.gentoo.org/651714 Package-Manager: Portage-2.3.27, Repoman-2.3.9 | ||||
* | sys-devel/boost-m4-0.4_p20160328-r0: alpha stable | 2018-04-01 | 1 | -1/+1 | |
| | | | | Gentoo-Bug: http://bugs.gentoo.org/651714 | ||||
* | sys-devel/llvm: Remove non-arm & non-Darwin keywords from 3.7.1 | 2018-03-29 | 1 | -15/+3 | |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/7690 | ||||
* | sys-devel/clang: Remove non-Darwin keywords from 3.7.1 | 2018-03-29 | 1 | -4/+4 | |
| | |||||
* | sys-devel/byfl: Drop 1.4-r1 (requires LLVM 3.7) | 2018-03-29 | 2 | -49/+0 | |
| | |||||
* | sys-devel/byfl: Restrict 1.5+ to sys-devel/llvm:0 as well | 2018-03-29 | 2 | -6/+6 | |
| | | | | Bug: https://bugs.gentoo.org/613560 | ||||
* | sys-devel/automake: mark ↵ | 2018-03-28 | 7 | -7/+7 | |
| | | | | 1.9.6-r5/1.10.3-r3/1.11.6-r3/1.12.6-r2/1.13.4-r2/1.14.1-r2/1.15.1-r2 arm64/m68k/s390/sh stable | ||||
* | sys-devel/boost-m4: stable 0.4_p20160328 for sparc | 2018-03-28 | 1 | -1/+1 | |
| | | | | | | Bug: https://bugs.gentoo.org/651714 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" | ||||
* | sys-devel/distcc-3.3: added ~mips, bug 643082 | 2018-03-27 | 1 | -1/+1 | |
| | |||||
* | sys-devel/distcc-3.2_rc1-r5: added ~mips, bug 643082 | 2018-03-27 | 1 | -1/+1 | |
| | |||||
* | sys-devel/boost-m4: stable 0.4_p20160328 for ia64, bug #651714 | 2018-03-27 | 1 | -2/+2 | |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" | ||||
* | sys-devel/libtool: fix applying eprefix patch, bug #651670 | 2018-03-27 | 1 | -2/+2 | |
| | | | | | Closes: https://bugs.gentoo.org/651670 Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/libtool: Revbump to add pthread patch. | 2018-03-26 | 5 | -3/+196 | |
| | | | | | Bug: https://bugs.gentoo.org/650876 Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/libtool: Bump live ebuild to EAPI-6. | 2018-03-26 | 1 | -11/+18 | |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/libtool: Removed old. | 2018-03-26 | 1 | -93/+0 | |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/automake: remove unused patches | 2018-03-25 | 4 | -130/+0 | |
| | |||||
* | sys-devel/llvm: Apply -fno-bmi only on x86 arches | 2018-03-23 | 3 | -3/+12 | |
| | | | | Closes: https://bugs.gentoo.org/650506 | ||||
* | sys-devel/patch: sh stable wrt bug #647270 | 2018-03-22 | 1 | -1/+1 | |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/crossdev: Support sys-apps/portage-mgorny | 2018-03-21 | 2 | -2/+10 | |
| |