aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update set for "rust-rebuild" to adapt to changes in gentooHEADmasterEli Schwartz3 days1-2/+2
* make.globals: disable FEATURES="sfperms" by defaultMike Gilbert10 days2-2/+4
* install_qa_check: Fix noclean interaction with merge-waitZac Medico2024-11-042-1/+5
* Fix deprecated datetime.datetime.utcnow() usageZac Medico2024-11-033-4/+12
* github: test python3.14 + spawnZac Medico2024-11-031-0/+5
* github: run pre-commit on master branch (not main)Mike Gilbert2024-11-031-1/+1
* github: update black versionMike Gilbert2024-11-031-1/+1
* pre-commit: update revsMike Gilbert2024-11-031-3/+3
* Skip self update logic when installation.TYPE != SYSTEMMike Gilbert2024-11-032-6/+14
* gpkg: Fix S_ISLNK usageZac Medico2024-11-021-2/+2
* gpkg: use already queried size instead of syscallEtienne Buira2024-11-021-2/+2
* gpkg: avoid os.path.islink where lstat is availableEtienne Buira2024-11-021-2/+2
* gpkg: do not consider symlinks targets for size estimationEtienne Buira2024-11-012-16/+10
* Alway import iscoroutinefunction from inspectZac Medico2024-10-282-10/+2
* Handle python3.14 ChildWatcher changesZac Medico2024-10-283-13/+15
* binarytree: Fix _inject_repo_revisions to ignore remote packagesZac Medico2024-10-272-1/+11
* Fix asyncio.iscoroutinefunction DeprecationWarning in Python 3.14.0a1Zac Medico2024-10-222-2/+11
* depgraph: Ignore blockers when computing virtual deps visibilityRaul E Rangel2024-10-223-1/+12
* actions: test spawn under 3.13Zac Medico2024-10-211-1/+1
* Revert "emerge-webrsync: actually honour the sync-webrsync-verify-signature a...Sam James2024-10-022-10/+8
* SpawnProcess: Remove unused _CGROUP_CLEANUP_RETRY_MAXZac Medico2024-09-291-4/+0
* Remove obsolete pylint optionsMike Gilbert2024-09-232-9/+0
* NEWS, meson.build: prepare for portage-3.0.66.1portage-3.0.66.1Sam James2024-09-182-1/+10
* install-qa-check.d/90config-impl-decl: Skip pthread_get_name_np on LinuxMatt Turner2024-09-121-0/+1
* install-qa-check.d/90config-impl-decl: Skip pthread_set_name_np on LinuxMatt Turner2024-09-121-0/+1
* install-qa-check.d/90config-impl-decl: Skip pthread_threadid_np on LinuxMatt Turner2024-09-121-0/+1
* install-qa-check.d/90config-impl-decl: Skip pthread_cond_timedwait_monotonic_...Matt Turner2024-09-121-0/+1
* NEWS: fix typoSam James2024-09-111-1/+1
* JobStatusDisplay: introduce max_display_width variableFlorian Schmaus2024-09-111-3/+6
* JobStatusDisplay: fix setting the default width to 100Florian Schmaus2024-09-111-2/+2
* NEWS, meson.build: prepare for portage-3.0.66portage-3.0.66Sam James2024-09-112-2/+2
* NEWS: updateSam James2024-09-111-1/+40
* unpack: Update a commentUlrich Müller2024-09-101-1/+1
* NEWS: Announce unpack changesUlrich Müller2024-09-101-0/+3
* unpack: Match file extensions case-sensitively in old EAPIsUlrich Müller2024-09-101-88/+9
* unpack: Don't display "Unpacking ..." for skipped filesUlrich Müller2024-09-101-21/+28
* install-qa-check.d: try to detect gcc warnings past colorEli Schwartz2024-09-101-1/+1
* eapi.py: Use attrs instead of hardcoding EAPIs in functionsUlrich Müller2024-09-091-6/+24
* eapi.py: Sort _eapi_attrs alphabeticallyUlrich Müller2024-09-091-2/+2
* asyncio: Avoid _wrap_loop prior to create_subprocess_execZac Medico2024-08-311-2/+1
* asyncio: Use default ensure_future implementation when possibleZac Medico2024-08-311-0/+3
* asyncio: Use default sleep implementation when possibleZac Medico2024-08-311-2/+5
* _safe_loop: Discard wrapped asyncio.run loop that was closedZac Medico2024-08-311-0/+7
* man/emerge.1: Fixed a typoAllen-Kristjan Päll2024-08-201-1/+1
* Remove unused and unimplemented asyncio.Task classZac Medico2024-08-181-11/+0
* _wrap_loop: Prevent redundant AsyncioEventLoop instancesZac Medico2024-08-181-5/+38
* Make portage.util.compression_probe work when ctypes is unavailablemid-kid2024-08-151-2/+2
* ebuild.5: update QA variables affected by QA_PREBUILTLucio Sauer2024-08-151-22/+22
* phase-functions: extend QA_PREBUILT handling to QA_SONAME_NO_SYMLINKLucio Sauer2024-08-151-1/+2
* _EbuildFetcherProcess: Suppress asyncio.CancelledErrorZac Medico2024-08-141-1/+1