| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable parallel run support. | Michał Górny | 2014-12-13 | 1 | -5/+5 |
* | Add new multilib_native_enable and multilib_native_with functions; fix docume... | Jonathan Callen | 2014-08-17 | 1 | -13/+31 |
* | Declare REQUIRED_USE inside MULTILIB_COMPAT conditional, reported by steev. | Michał Górny | 2014-07-04 | 1 | -3/+3 |
* | Add some Prefix hosts to _MULTILIB_FLAGS | Fabian Groffen | 2014-07-03 | 1 | -4/+4 |
* | Explain MULTILIB_COMPAT a bit more verbosely, and add a REQUIRED_USE for it. | Michał Górny | 2014-07-03 | 1 | -3/+12 |
* | Re-enable multilib flags for s390. | Michał Górny | 2014-07-03 | 1 | -1/+3 |
* | Fix handling empty MULTILIB_COMPAT. | Michał Górny | 2014-06-29 | 1 | -2/+2 |
* | Check MULTILIB_COMPAT before querying USE flags. Bug #515642, thanks to Greg ... | Michał Górny | 2014-06-29 | 1 | -2/+5 |
* | Enable multilib flags for ppc. Since ppc profiles are not multilib at the mom... | Michał Górny | 2014-06-28 | 1 | -1/+3 |
* | Work around lack of arch defines in swig, bug #509792. | Michał Górny | 2014-06-08 | 1 | -1/+9 |
* | Fix ABI flag stripping in multilib_get_enabled_abis(), bug #511682. | Michał Górny | 2014-05-28 | 1 | -2/+2 |
* | Change ABI-flag separator from ":" to "." to avoid issues with Makefile rules... | Michał Górny | 2014-05-23 | 1 | -6/+6 |
* | Add remaining potential multilib arches to header wrapping template. | Michał Górny | 2014-05-23 | 1 | -1/+19 |
* | Use MULTILIB_ABI_FLAG for header wrapping. Also, use explicit error when ABI ... | Michał Górny | 2014-05-23 | 1 | -34/+18 |
* | Deprecate multilib_for_best_abi() to decrease confusion. | Michał Górny | 2014-05-23 | 1 | -1/+4 |
* | Export MULTILIB_ABI_FLAG for ebuild/eclass use. Bug #509478. | Michał Górny | 2014-05-23 | 1 | -6/+26 |
* | Introduce multilib_get_enabled_abi_pairs() to obtain list containing both ABI... | Michał Górny | 2014-05-23 | 1 | -3/+18 |
* | Do not install wrapper headers when no ABI provides a particular header. | Michał Górny | 2014-05-12 | 1 | -8/+8 |
* | Use amd64 headers for i686 when USE=-abi_x86_32 to maintain compatibility wit... | Michał Górny | 2014-05-07 | 1 | -1/+9 |
* | Add MULTILIB_COMPAT to limit the supported ABIs for pre-built packages. | Michał Górny | 2014-05-01 | 1 | -1/+31 |
* | Disable header wrapping on unsupported ABIs. | Michał Górny | 2014-04-29 | 1 | -45/+58 |
* | Reorder the operations in multilib_prepare_wrappers for easier reading. | Michał Górny | 2014-04-29 | 1 | -28/+28 |
* | Create ${CHOST}-prefixed tool symlinks for multilib portage, to gain better c... | Michał Górny | 2014-04-29 | 1 | -3/+18 |
* | Disable wrappers for multilib portage only. Enable them in non-multilib profi... | Michał Górny | 2014-04-29 | 1 | -3/+3 |
* | Move conditionals for enabling wrappers into multilib_prepare_wrappers() and ... | Michał Górny | 2014-04-29 | 1 | -1/+5 |
* | Deprecate multilib_build_binaries, and switch the code to use multilib_is_nat... | Michał Górny | 2014-04-28 | 1 | -11/+14 |
* | Remove the QA warning from multilib_is_native_abi() till we decide which one ... | Michał Górny | 2014-04-22 | 1 | -4/+1 |
* | Add a QA warning to multilib_is_native_abi. | Michał Górny | 2014-04-21 | 1 | -1/+4 |
* | ...and make multilib_build_binaries stand-alone. | Michał Górny | 2014-04-21 | 1 | -2/+2 |
* | Make multilib_is_native_abi equivalent to multilib_build_binaries, until all ... | Michał Górny | 2014-04-21 | 1 | -4/+2 |
* | Introduce extra multilib_native_use* wrappers encapulsating multilib_build_bi... | Michał Górny | 2014-04-21 | 1 | -1/+49 |
* | Make multilib@g.o the maintainer of multilib eclasses. | Michał Górny | 2014-04-03 | 1 | -2/+4 |
* | Add a note not to add new ABIs without contacting multilib. | Michał Górny | 2014-04-03 | 1 | -1/+5 |
* | Revert incomplete and broken s390 support. Please finally contact multilib be... | Michał Górny | 2014-04-03 | 1 | -3/+1 |
* | add s390 abi handling | Mike Frysinger | 2014-04-03 | 1 | -1/+3 |
* | Revert the introduction of ABI_PPC due to a lot of breakage, bug #506298 to t... | Michał Górny | 2014-03-31 | 1 | -7/+1 |
* | Support rewriting symlinks in MULTILIB_CHOST_TOOLS, bug #506062. | Michał Górny | 2014-03-30 | 1 | -3/+20 |
* | add ABI_PPC support | Mike Frysinger | 2014-03-29 | 1 | -1/+7 |
* | Typo. | Michał Górny | 2014-01-16 | 1 | -2/+2 |
* | Support MULTILIB_CHOST_TOOLS for tool renaming/preserving. | Michał Górny | 2014-01-16 | 1 | -2/+42 |
* | Improve documentation on multilib_is_native_abi & multilib_build_binaries to ... | Michał Górny | 2013-12-31 | 1 | -10/+9 |
* | Fix typo | Justin Lecher | 2013-12-28 | 1 | -2/+2 |
* | Clean up the splitting code wrt suggestions from Ulrich Mueller. | Michał Górny | 2013-10-01 | 1 | -5/+3 |
* | Split ABIs without altering IFS, to work-around bug in Paludis, bug #486592. | Michał Górny | 2013-10-01 | 1 | -3/+7 |
* | Fix duplicate flags in MULTILIB_USEDEP. Thanks for the report and the patch t... | Michał Górny | 2013-09-30 | 1 | -11/+15 |
* | Add eclass doc for multilib_build_binaries | Thomas Sachau | 2013-09-17 | 1 | -2/+12 |
* | Add multilib_build_binaries function to multilib-build eclass | Thomas Sachau | 2013-09-17 | 1 | -1/+9 |
* | Allow wrapping headers that are installed only for some of the ABIs. | Michał Górny | 2013-08-08 | 1 | -27/+30 |
* | Add MIPS support to multilib-build.eclass. | Matt Turner | 2013-07-30 | 1 | -1/+18 |
* | Add support for freebsd, bug #475294 by Yuta SATOH | Alexis Ballier | 2013-07-27 | 1 | -3/+5 |