| Commit message (Expand) | Author | Age | Files | Lines |
* | Add first changelog entry so echangelog does not act up | Andreas Hüttel | 2014-01-01 | 1 | -2/+5 |
* | Rotate ChangeLog | Andreas Hüttel | 2014-01-01 | 2 | -3934/+3939 |
* | Improve documentation on multilib_is_native_abi & multilib_build_binaries to ... | Michał Górny | 2013-12-31 | 2 | -11/+14 |
* | elibtoolize: accept explicit dir args on command line #496320 by Arfrever Fre... | Mike Frysinger | 2013-12-31 | 2 | -13/+15 |
* | fix cross-compiling a stage1 with gcc-4.8 -- we can't enable c++ right away | Mike Frysinger | 2013-12-31 | 1 | -2/+2 |
* | eat trailing whitespace -- no functional changes | Mike Frysinger | 2013-12-31 | 1 | -4/+4 |
* | Add 3.0 support. | Ryan Hill | 2013-12-30 | 2 | -7/+10 |
* | force people to nicely upgrade to a stable version of gettext to avoid known ... | Mike Frysinger | 2013-12-30 | 1 | -2/+7 |
* | For 4.8+ C++ is always enabled. We should eventually drop the cxx USE flag, | Ryan Hill | 2013-12-30 | 2 | -2/+7 |
* | Do not use subslots on dev-lang/perl in perl apps (as opposed to modules) | Andreas Hüttel | 2013-12-29 | 2 | -3/+7 |
* | Use subslot dependencies on dev-lang/perl if possible, bug 479298 | Andreas Hüttel | 2013-12-29 | 2 | -4/+21 |
* | Update doc link to point to the docs on Wiki. | Michał Górny | 2013-12-29 | 2 | -8/+11 |
* | Fix typo | Justin Lecher | 2013-12-28 | 1 | -2/+2 |
* | Fix eclassdoc for einstalldocs. | Michał Górny | 2013-12-28 | 2 | -3/+6 |
* | Missed one. | Ryan Hill | 2013-12-28 | 2 | -3/+6 |
* | Use version ranges instead of case statements in gcc_do_filter_flags(). | Ryan Hill | 2013-12-28 | 2 | -57/+51 |
* | Add tc_version_is_between() helper. | Ryan Hill | 2013-12-28 | 2 | -9/+17 |
* | Reintroduce texinfo patch to unbreak older versions (bug #496224). | Ryan Hill | 2013-12-28 | 2 | -4/+8 |
* | Spelling fixes. | Robin H. Johnson | 2013-12-28 | 2 | -4/+7 |
* | stub out the treelang info page in older gcc builds #496224 by Adam Randall | Mike Frysinger | 2013-12-27 | 1 | -1/+3 |
* | add debug print function wrt #493214 | Julian Ospald | 2013-12-27 | 2 | -2/+21 |
* | Initial EAPI support (bug #474358). | Ryan Hill | 2013-12-27 | 2 | -214/+224 |
* | Per discussion with Flameeyes, make -l and -L always valid, and only warn abo... | Robin H. Johnson | 2013-12-27 | 2 | -10/+21 |
* | There are usages in the tree of "append-libs $(pkg-config ...)"; if pkg-confi... | Robin H. Johnson | 2013-12-27 | 2 | -3/+14 |
* | Document einstalldocs. | Michał Górny | 2013-12-27 | 2 | -2/+29 |
* | Add support for the ruby21 target. | Hans de Graaff | 2013-12-26 | 2 | -2/+10 |
* | Add another pathological use flag function, useno (inversion of use) | Andreas Hüttel | 2013-12-24 | 2 | -2/+14 |
* | Rename gtk USE flag to awt. Remove lto USE flag. Minor cleanup. | Ryan Hill | 2013-12-23 | 2 | -38/+19 |
* | rework how we disable makeinfo; and disable it completely for older versions,... | Mike Frysinger | 2013-12-22 | 1 | -7/+13 |
* | preliminary support for newer EAPIs | Mike Frysinger | 2013-12-22 | 1 | -6/+32 |
* | modernize find usage | Mike Frysinger | 2013-12-22 | 1 | -5/+5 |
* | tweak comments -- no functional changes | Mike Frysinger | 2013-12-22 | 1 | -4/+4 |
* | Use eqmake4() from qmake-utils.eclass | Davide Pesavento | 2013-12-21 | 2 | -176/+7 |
* | Reorder by phase and group functions together with the phase that uses them. | Ryan Hill | 2013-12-21 | 2 | -783/+774 |
* | add support for bash-3.2 which lacks $BASHPID as pointed out by Ryan Hill | Mike Frysinger | 2013-12-21 | 1 | -2/+19 |
* | Refactoring: Inline gcc-compiler-configure() into gcc_do_configure(). Clean | Ryan Hill | 2013-12-19 | 2 | -247/+251 |
* | Added HTTPS URL to EGIT_REPO_URI to allow live ebuilds to fetch data if firew... | Sven Vermeulen | 2013-12-16 | 2 | -3/+7 |
* | use $CBUILD rather than uname for host detection #479656 | Mike Frysinger | 2013-12-07 | 1 | -2/+2 |
* | Fix multiprocessing.eclass for non-Linux hosts | Jonathan Callen | 2013-12-06 | 2 | -4/+7 |
* | Remove warning for uclibc if patching fails, bug #492640 | Anthony G. Basile | 2013-12-05 | 2 | -5/+5 |
* | Check SECCOMP_FILTER kernel config option for Chromium sandbox, bug #490550 b... | Paweł Hajdan | 2013-12-04 | 2 | -3/+8 |
* | Remove pointless distutils-r1_python_test function. | Mike Gilbert | 2013-12-03 | 2 | -11/+5 |
* | add a /dev/fd sanity check #479656 | Mike Frysinger | 2013-12-03 | 1 | -1/+8 |
* | add prefix support by Christoph Junghans #485438 | Mike Frysinger | 2013-12-03 | 1 | -16/+37 |
* | Override bdist_egg->build_dir via pydistutils.cfg rather than extra command. ... | Michał Górny | 2013-12-02 | 2 | -12/+13 |
* | Add qmake-utils eclass from Qt overlay | Sergey Popov | 2013-12-02 | 2 | -1/+249 |
* | Always ensure MODULES_OPTIONAL_USE is in IUSE. | Robin H. Johnson | 2013-12-01 | 2 | -3/+6 |
* | MODULES_OPTIONAL_USE makes it possible to optionally use linux-mod without in... | Robin H. Johnson | 2013-12-01 | 2 | -5/+25 |
* | Depend on dev-lang/python-exec:0 if _PYTHON_WANT_PYTHON_EXEC2 is 0, bug 489646. | Mike Gilbert | 2013-11-30 | 3 | -5/+14 |
* | shift 1.12 out of _LATEST_AUTOMAKE as 1.13 is stable, and shift in 1.14 #474600 | Mike Frysinger | 2013-11-30 | 1 | -2/+2 |