aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* emerge: Sort USE flags in output using combined alnum sortMichał Górny2021-08-071-2/+19
* tox: Do not run pylint on pypy3Michał Górny2021-08-071-8/+8
* ci: Test using the newest version of PyPy3.7Michał Górny2021-08-072-2/+2
* ci: Test using the newest available version of py3.10Michał Górny2021-08-071-1/+1
* Ignore version normalization warnings from setuptoolsMichał Górny2021-08-051-1/+10
* bin/estrip: avoid copying directories in FEATURES=installsourcesSergei Trofimovich2021-07-171-1/+3
* man/make.conf.5: remove mention of zlib USE flagThymo van Beers2021-07-041-2/+1
* MANIFEST.in: include setup.py to fix python -m buildZac Medico2021-06-231-0/+2
* Updates for portage-3.0.21 releaseportage-3.0.21Zac Medico2021-06-232-1/+5
* setup.py: align venv EPREFIX with sys.prefixZac Medico2021-06-231-8/+72
* Use PORTAGE_PROPERTIES and PORTAGE_RESTRICT internallyMichał Górny2021-06-208-18/+18
* Fix exposing evaluated PROPERTIES & RESTRICT in EAPI 8Michał Górny2021-06-201-7/+7
* fetch: Fix AttributeError when no URL specifiedMichał Górny2021-06-201-2/+2
* OwnerSet: fix inverted exclude_paths conditionZac Medico2021-06-181-1/+1
* OwnerSet: handle missing or empty exclude-files parameter (bug 796584)Zac Medico2021-06-181-2/+2
* Revert "pid-ns-init: Carry the autogroup's nice value into the new session"Zac Medico2021-06-171-21/+1
* Revert "PORTAGE_NICENESS: Consider autogroup scheduling"Zac Medico2021-06-172-54/+4
* setup.cfg: eliminate dash-separated portage-ext-modulesZac Medico2021-06-153-3/+3
* PORTAGE_NICENESS: Consider autogroup schedulingFlorian Schmaus2021-06-142-4/+54
* Revert "PORTAGE_NICENESS: Consider autogroup scheduling"Zac Medico2021-06-132-42/+4
* PORTAGE_NICENESS: fix atexit ResourceWarning: unclosed fileZac Medico2021-06-131-1/+1
* Updates for portage-3.0.20 releaseportage-3.0.20Zac Medico2021-06-133-1/+10
* pid-ns-init: Carry the autogroup's nice value into the new sessionFlorian Schmaus2021-06-131-1/+21
* PORTAGE_NICENESS: Consider autogroup schedulingFlorian Schmaus2021-06-132-4/+42
* Use an explicit empty dir for pkg_* phases [WIP]Michał Górny2021-06-114-5/+14
* repoman/setup.py: prefer setuptools over distutils (bug 794166)Zac Medico2021-06-051-13/+27
* setup.py: prefer setuptools over distutils (bug 794166)Zac Medico2021-06-051-13/+28
* Replace deprecated distutils.sysconfig usesMichał Górny2021-06-052-4/+8
* Support GLEP 75 in PORTAGE_RO_DISTDIRS size checkDaniel M. Weeks2021-06-051-2/+6
* Support GLEP 75 layout in GENTOO_MIRRORSDaniel M. Weeks2021-06-051-1/+1
* Support GLEP 75 layout in PORTAGE_RO_DISTDIRSDaniel M. Weeks2021-06-051-5/+14
* Fix typo in <stabilize-allarches/> QA noticeMichał Górny2021-06-021-1/+1
* Emit QA notices for setuptools warningsMichał Górny2021-05-311-0/+14
* Detect and report incorrect use of <stabilize-allarches/>Michał Górny2021-05-311-4/+9
* Updates for portage-3.0.19 releaseportage-3.0.19Zac Medico2021-05-243-1/+18
* make.conf.5: Suggest PORTAGE_LOG_FILTER_FILE_CMD supervisor for cat fallback ...Zac Medico2021-05-231-1/+12
* lib/portage/_sets/dbapi.py: add glob support to exclude-files parameter cnf/s...Dave Hughes2021-05-232-0/+7
* unmerge: Remove vartree aliasFelix Bier2021-05-231-5/+4
* unmerge: Reuse helper variable quietFelix Bier2021-05-231-3/+2
* unmerge: Add tests for unmerge orderFelix Bier2021-05-231-0/+179
* Sort emerge --unmerge order for determinismFelix Bier2021-05-232-1/+6
* Change _shell_quote to handle more special charactersFelix Bier2021-05-232-1/+48
* Add unit tests for _shell_quoteFelix Bier2021-05-231-0/+79
* env-update: skip PATH in systemd user environment definitionFlorian Schmaus2021-05-231-0/+5
* Enable EAPI 8Michał Górny2021-05-231-1/+1
* dosym: Implement -r option for EAPI 8.Ulrich Müller2021-05-232-1/+70
* Initial IDEPEND support (for EAPI 8)Michał Górny2021-05-2315-25/+60
* Support selective fetch restriction in emirrordistMichał Górny2021-05-231-29/+39
* Support selective fetch/mirror restriction for EAPI 8Michał Górny2021-05-233-4/+26
* Refactor fetch() for selective restrictionsMichał Górny2021-05-231-28/+26