summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Run multilib_src_configure() in parallel. Bug #485046.Michał Górny2014-05-021-9/+1
|
* Update the doc and make it simpler.Michał Górny2014-04-301-15/+9
|
* Make multilib@g.o the maintainer of multilib eclasses.Michał Górny2014-04-031-2/+4
|
* Actually enable in-source build support.Michał Górny2014-01-151-6/+2
|
* Support in-source builds.Michał Górny2013-11-241-1/+4
|
* Reuse multilib-minimal to reduce code duplication and allow easier function ↵Michał Górny2013-11-241-18/+53
| | | | overrides.
* Disable trying (and failing) to wrap headers when multilib is disabled, bug ↵Michał Górny2013-06-281-4/+7
| | | | #474920.
* 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-93/+4
| | | | autotools-multilib and multilib-minimal.
* Fix path handling in header wrapping code.Michał Górny2013-04-011-8/+8
|
* Support wrapping headers for multilib.Michał Górny2013-04-011-1/+94
|
* Export src_prepare() explicitly rather than implicitly through inherits.Michał Górny2013-02-271-2/+6
|
* Update description.Michał Górny2013-02-271-4/+4
|
* Fix passing arguments to phases.Michał Górny2013-02-221-6/+6
|
* Move header checking function into multilib-build for wider reuse.Michał Górny2013-02-101-29/+2
|
* Introduce a common multilib-build eclass to help building packages for ↵Michał Górny2013-02-011-80/+40
| | | | multilib, and use the new ABI_X86 flags in it.
* Set USE defaults to make sure IUSE_IMPLICIT does not fool us.Michał Górny2013-01-261-2/+2
|
* Require EAPI=5 to make sure everything works predictably.Michał Górny2013-01-261-2/+3
|
* Support running commands in parallel and use it to run configure scripts.Michał Górny2013-01-261-3/+40
|
* Introduce MULTILIB_USEDEP to enforce correct dependencies.Michał Górny2013-01-261-1/+13
|
* Enable EAPI=5.Michał Górny2013-01-201-3/+3
|
* Use a common BUILD_DIR variable. Acked by scarabeus.Michał Górny2012-12-011-4/+6
|
* Introduce autotools-multilib, to simplify building multilib packages with ↵Michał Górny2012-10-081-0/+72
autotools-utils.