summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the splitting code wrt suggestions from Ulrich Mueller.Michał Górny2013-10-011-5/+3
|
* Split ABIs without altering IFS, to work-around bug in Paludis, bug #486592.Michał Górny2013-10-011-3/+7
|
* Fix duplicate flags in MULTILIB_USEDEP. Thanks for the report and the patch ↵Michał Górny2013-09-301-11/+15
| | | | to Ulrich Mueller.
* Add eclass doc for multilib_build_binariesThomas Sachau2013-09-171-2/+12
|
* Add multilib_build_binaries function to multilib-build eclassThomas Sachau2013-09-171-1/+9
|
* Allow wrapping headers that are installed only for some of the ABIs.Michał Górny2013-08-081-27/+30
|
* Add MIPS support to multilib-build.eclass.Matt Turner2013-07-301-1/+18
|
* Add support for freebsd, bug #475294 by Yuta SATOHAlexis Ballier2013-07-271-3/+5
|
* Add multilib_is_native_abi helper.Michał Górny2013-07-111-1/+17
|
* Fix redundant slashes in header-wrapping include paths, bug #475046. Thanks ↵Michał Górny2013-06-281-2/+2
| | | | to Arfrever for the patch.
* Remove here-doc write failure handlers due to bug #471926.Michał Górny2013-05-311-2/+2
|
* Enable EAPI=4 on multilib eclasses.Michał Górny2013-05-141-3/+3
|
* Move header wrapping to multilib-build. Use the new code in ↵Michał Górny2013-04-071-1/+135
| | | | autotools-multilib and multilib-minimal.
* Introduce multilib_copy_sources.Michał Górny2013-03-091-1/+15
|
* Introduce multilib_for_best_impl().Michał Górny2013-03-041-1/+13
|
* Convert to use multibuild.eclass.Michał Górny2013-03-041-27/+21
|
* Improve the no-multilib fallback to respect ${ABI} set by multilib-portage.Michał Górny2013-03-021-5/+12
|
* Enable x32 ABI support.Michał Górny2013-02-271-1/+2
|
* Revert the log teeing changes as they cause unexpected kind of breakage.Michał Górny2013-02-271-5/+4
|
* Run header checksumming function only if /usr/include exists (IOW: silence ↵Michał Górny2013-02-261-1/+2
| | | | the warning).
* Enable writing split build logs.Michał Górny2013-02-261-4/+5
|
* Move header checking function into multilib-build for wider reuse.Michał Górny2013-02-101-1/+39
|
* Introduce a common multilib-build eclass to help building packages for ↵Michał Górny2013-02-011-0/+141
multilib, and use the new ABI_X86 flags in it.