aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PORTAGE_NICENESS: Consider autogroup schedulingFlorian Schmaus2021-06-141-3/+45
* Revert "PORTAGE_NICENESS: Consider autogroup scheduling"Zac Medico2021-06-131-33/+3
* PORTAGE_NICENESS: fix atexit ResourceWarning: unclosed fileZac Medico2021-06-131-1/+1
* PORTAGE_NICENESS: Consider autogroup schedulingFlorian Schmaus2021-06-131-3/+33
* Use an explicit empty dir for pkg_* phases [WIP]Michał Górny2021-06-111-1/+4
* unmerge: Remove vartree aliasFelix Bier2021-05-231-5/+4
* unmerge: Reuse helper variable quietFelix Bier2021-05-231-3/+2
* Sort emerge --unmerge order for determinismFelix Bier2021-05-232-1/+6
* Initial IDEPEND support (for EAPI 8)Michał Górny2021-05-233-6/+12
* emerge --fetch and regenworld: Respect EMERGE_LOG_DIR settingJames Stevenson2021-05-231-6/+21
* emerge --fetchonly --quiet: use emerge-fetch.log when writable (bug 285614)James Stevenson2021-05-162-6/+23
* emerge: Fail with helpful message when --jobs=""Marco Sirabella2021-05-081-1/+1
* _run_pkg_pretend: Use async and await syntaxZac Medico2021-05-011-14/+12
* _run_pkg_pretend: raise asyncio.CancelledError when terminatedZac Medico2021-05-011-1/+5
* emerge: use parse_intermixed_args when available (bug 784566)Zac Medico2021-04-201-1/+1
* emerge: add -W option short for --deselectGreg Kubaryk2021-03-272-1/+3
* Use atomic_ofstream as Context Manager i.e., with-statement contextsFlorian Schmaus2021-03-111-3/+3
* EbuildPhase: Use async and await syntaxZac Medico2021-03-071-16/+12
* lib: Remove outdated Python 2 commentsMatt Turner2021-03-064-15/+0
* emerge: make --binpkg-respect-use=y imply --autounmask-use=nZac Medico2021-03-021-11/+11
* emerge: disable --autounmask-license by defaultZac Medico2021-02-071-4/+4
* check_reverse_dependencies: dereference virtual expansions (bug 764764)Zac Medico2021-01-101-0/+22
* depgraph._add_pkg: fix AttributeError when myparent is not a PackageZac Medico2020-12-031-1/+1
* find_smallest_cycle: don't merge satisfied PDEPEND too earlyZac Medico2020-12-022-4/+5
* Allow a package to replace its own buildtime dependencyZac Medico2020-11-281-13/+55
* find_smallest_cycle: enhance search prioritizationZac Medico2020-11-213-38/+60
* Typofix: Use just one definite articlePetr Šabata2020-11-211-1/+1
* emerge: add --quickpkg-direct-root optionZac Medico2020-11-013-5/+30
* emerge: enable parallel-fetch during pkg_pretend (bug 710432)Zac Medico2020-09-201-43/+99
* _slot_confict_backtrack: group similar missed updates (bug 743115)Zac Medico2020-09-202-7/+25
* _slot_confict_backtrack: minimize conflict atoms (bug 743631)Zac Medico2020-09-201-0/+6
* binrepos.conf: support fetchcommand customization (bug 668302)Zac Medico2020-09-071-10/+19
* Add binrepos.conf to replace PORTAGE_BINHOST (bug 668334)Zac Medico2020-09-071-1/+12
* emerge --search: auto-detect regular expressions (bug 737480)Zac Medico2020-09-073-1/+18
* Use cached portage.getpid() function (bug 739540)Zac Medico2020-08-302-2/+4
* dephgraph: Allow elimination of highest version after slot conflict (bug 439688)Zac Medico2020-08-301-9/+0
* coroutine: use explicit loop parameter (bug 737698)Zac Medico2020-08-185-18/+19
* emerge: Add short -l option for --load-average (bug 699256)Zac Medico2020-08-161-0/+2
* emerge: Remove deprecated --changelog option (bug 699256)Zac Medico2020-08-164-150/+3
* SpawnProcess: fix _cancel to cleanup PipeLogger quicklyZac Medico2020-08-091-6/+16
* BinpkgEnvExtractor: fix subprocess logfile usage (bug 711174)Zac Medico2020-08-081-1/+6
* lib/*: Fix useless-returnAaron Bauman2020-08-072-6/+0
* *: drop all import __future__ statementsAaron Bauman2020-08-0613-33/+10
* lib/*: Fix ungrouped-importsAaron Bauman2020-08-063-7/+9
* lib/*: fix superfluous-parens and enable checkAaron Bauman2020-08-054-12/+12
* lib/_emerge/search.py: fix reimportedAaron Bauman2020-08-031-2/+2
* lib/_emerge/search.py: fix whitespaceAaron Bauman2020-08-031-2/+2
* lib/_emerge/BinpkgEnvExtractor.py: fix whitespaceAaron Bauman2020-08-031-2/+2
* lib/_emerge/resolver/output_helpers.py: fix whitespaceAaron Bauman2020-08-031-1/+1
* lib/_emerge/unmerge.py: fix whitespaceAaron Bauman2020-08-031-14/+14