| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all bug references | Jason Stubbs | 2006-02-04 | 4 | -7/+6 |
* | Add back emerge list header hiding when --quiet is used. | Jason Stubbs | 2006-02-04 | 1 | -1/+1 |
* | Fix bug #86067. Thanks to J\xc3\xbcrgen H\xc3\xb6tzel <gentoo@hoetzel.info> ... | Alec Warner | 2006-02-03 | 1 | -3/+7 |
* | Fix for bug #119049 | Alec Warner | 2006-02-03 | 1 | -1/+3 |
* | Shout out to RiverRat for reporting, fixup the output to use the correct verb... | Alec Warner | 2006-02-03 | 1 | -4/+9 |
* | Minor fixups with spelling, Thanks to Benno Schulenberg <benno@nietvergeten.n... | Alec Warner | 2006-02-03 | 1 | -5/+5 |
* | This should have been excluded... | Alec Warner | 2006-02-03 | 1 | -36/+13 |
* | Thanks to Benno Schulenberg <benno@nietvergeten.nl> for the spelling/grammar ... | Alec Warner | 2006-02-03 | 3 | -36/+59 |
* | confcache updates... | Brian Harring | 2006-02-03 | 11 | -0/+22 |
* | confcache make.conf example... | Brian Harring | 2006-02-03 | 1 | -0/+2 |
* | FEATURES="confcache" addition | Brian Harring | 2006-02-03 | 1 | -0/+4 |
* | confcache, baby. | Brian Harring | 2006-02-03 | 3 | -3/+61 |
* | grab some fixes from prepstrip script | Mike Frysinger | 2006-02-03 | 1 | -2/+5 |
* | style touchups | Mike Frysinger | 2006-02-03 | 1 | -2/+2 |
* | exit with proper status rather than always 0 | Mike Frysinger | 2006-02-03 | 1 | -2/+6 |
* | s/cronological/chronological/ for you anal peeps | Mike Frysinger | 2006-02-03 | 1 | -1/+1 |
* | Revert change in -r2611, re-opening bug 121106. The fix is not that simple..... | Alec Warner | 2006-02-02 | 1 | -2/+1 |
* | optional tarsync integration; thanks to Johannes Fahrenkrug for doing the leg... | Brian Harring | 2006-02-02 | 1 | -14/+22 |
* | added PORTAGE_NICENESS support. | Brian Harring | 2006-02-02 | 1 | -0/+9 |
* | bug #116681 , better handling of MULTILIB_STRICT_EXEMPT | Brian Harring | 2006-02-02 | 1 | -2/+2 |
* | touchup syntax/output of new $D/$D check | Mike Frysinger | 2006-02-01 | 1 | -3/+3 |
* | - portage allows installing files into ${D}/${D}. Simon Stelling bug #120941 | Ned Ludd | 2006-02-01 | 1 | -0/+10 |
* | touchup the way options are declared to prevent bitrot, add a --quiet option ... | Mike Frysinger | 2006-02-01 | 1 | -57/+107 |
* | Fix for bug #121106, resume + skipfirst + pretend would print the skipped pac... | Alec Warner | 2006-01-31 | 1 | -1/+2 |
* | Change the usage of a "class" of packages into a "set" of packages. | Alec Warner | 2006-01-31 | 2 | -17/+17 |
* | remove red coloring from right ')' in 'dependency required by' message report... | Zac Medico | 2006-01-31 | 1 | -1/+1 |
* | get --nospinner from myopts instead of sys.argv so that it works with EMERGE_... | Zac Medico | 2006-01-30 | 1 | -3/+3 |
* | Chris PeBenito writes in #110857 for SELinux updates: | Mike Frysinger | 2006-01-30 | 1 | -10/+9 |
* | make sure all .debug files have the executable bit cleared | Mike Frysinger | 2006-01-29 | 1 | -3/+4 |
* | Allow || ( ) deps that have no default atoms (or turn out empty). | Jason Stubbs | 2006-01-29 | 2 | -1/+8 |
* | Add note about --alphabetical | Jason Stubbs | 2006-01-28 | 1 | -0/+3 |
* | Disable the vdb check until it can be migrated to filter-env. | Jason Stubbs | 2006-01-28 | 1 | -2/+3 |
* | add the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but ti... | Brian Harring | 2006-01-27 | 1 | -0/+1 |
* | make env-update a bit more flexible by adding a --no-ldconfig option | Mike Frysinger | 2006-01-27 | 2 | -3/+3 |
* | touchup if logic | Mike Frysinger | 2006-01-27 | 1 | -5/+5 |
* | Add support for an --alphabetical option to emerge that restores the old | Jason Stubbs | 2006-01-27 | 3 | -4/+21 |
* | Add support for EMERGE_DEFAULT_OPTS configuration variable for setting | Jason Stubbs | 2006-01-27 | 15 | -2/+83 |
* | Added a check for obsolete virtual/x11 usage in dependencies. | Jason Stubbs | 2006-01-27 | 1 | -1/+28 |
* | m68k generates proper gnu stack markings | Mike Frysinger | 2006-01-27 | 1 | -1/+1 |
* | Fix typo in error description | Marius Mauch | 2006-01-25 | 1 | -1/+1 |
* | Add a warning for KEYWORDS=-* | Marius Mauch | 2006-01-24 | 2 | -5/+22 |
* | Disable auto-use prior to code removal | Marius Mauch | 2006-01-24 | 1 | -0/+3 |
* | fix possible path and vdb location issues | Marius Mauch | 2006-01-24 | 1 | -14/+15 |
* | Add further checks for correct DEPEND syntax | Jason Stubbs | 2006-01-24 | 1 | -0/+8 |
* | Provide more information with DEPEND syntax exceptions | Jason Stubbs | 2006-01-24 | 1 | -10/+14 |
* | Move DEPEND empty sublist processing back into use_reduce | Jason Stubbs | 2006-01-24 | 2 | -22/+8 |
* | patch by Alec Warner to document CCACHE_DIR #65492 | Mike Frysinger | 2006-01-24 | 1 | -0/+6 |
* | fix prepstrip after previous commit as pointed out by Olivier Crete | Mike Frysinger | 2006-01-23 | 1 | -2/+2 |
* | fixed up dump_trace, courtesy of spyderous | Brian Harring | 2006-01-23 | 1 | -12/+27 |
* | Added usage info to dump_trace, and credit for the code (eselect authors) | Brian Harring | 2006-01-23 | 1 | -0/+3 |