GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/portage.git
2.0.54
2.0.54_2500
2.1-experimental
funtoo3
gkeys
infra
master
master_2262
modular-sync
multilib
prefix
public_api
repoman
repoman-fixins
repoman-message-refactor
savior
xml-schema
Package management system
Portage development team <dev-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
_emerge
/
depgraph.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
check_reverse_dependencies: dereference virtual expansions (bug 764764)
Zac Medico
11 days
1
-0
/
+22
*
depgraph._add_pkg: fix AttributeError when myparent is not a Package
Zac Medico
2020-12-03
1
-1
/
+1
*
find_smallest_cycle: don't merge satisfied PDEPEND too early
Zac Medico
2020-12-02
1
-4
/
+4
*
Allow a package to replace its own buildtime dependency
Zac Medico
2020-11-28
1
-13
/
+55
*
find_smallest_cycle: enhance search prioritization
Zac Medico
2020-11-21
1
-17
/
+26
*
Typofix: Use just one definite article
Petr Šabata
2020-11-21
1
-1
/
+1
*
emerge: add --quickpkg-direct-root option
Zac Medico
2020-11-01
1
-2
/
+9
*
_slot_confict_backtrack: group similar missed updates (bug 743115)
Zac Medico
2020-09-20
1
-4
/
+21
*
_slot_confict_backtrack: minimize conflict atoms (bug 743631)
Zac Medico
2020-09-20
1
-0
/
+6
*
dephgraph: Allow elimination of highest version after slot conflict (bug 439688)
Zac Medico
2020-08-30
1
-9
/
+0
*
*: drop all import __future__ statements
Aaron Bauman
2020-08-06
1
-3
/
+1
*
lib/_emerge/depgraph.py: drop unused-import
Aaron Bauman
2020-08-03
1
-2
/
+0
*
Fix R1705.
Alec Warner
2020-07-29
1
-67
/
+64
*
Fix redefined-builtin errors for pylint.
Alec Warner
2020-07-23
1
-1
/
+1
*
Fix 'unused-import' for stdlib imports.
Alec Warner
2020-07-22
1
-1
/
+0
*
Fix R0205 in _emerge.
Alec Warner
2020-07-22
1
-8
/
+8
*
Eliminate basestring/long/_unicode py3 compat
Michał Górny
2020-07-16
1
-11
/
+4
*
Remove from __future__ import unicode_literals
Zac Medico
2020-07-15
1
-1
/
+1
*
depgraph: respect <foo-version:= for slot operator rebuild (bug 717140)
Zac Medico
2020-04-11
1
-3
/
+9
*
depgraph: respect --deep=<depth> with --update (bug 712298)
Zac Medico
2020-03-14
1
-2
/
+6
*
_expand_set_args: un-reverse nested set traversal
Zac Medico
2020-02-14
1
-4
/
+2
*
depclean: ensure consistency with update actions (bug 649622)
Zac Medico
2020-02-14
1
-6
/
+15
*
depgraph: sort nested package set names for consistent results
Zac Medico
2020-02-11
1
-2
/
+4
*
depgraph: sort package set atoms for consistent results
Zac Medico
2020-02-09
1
-3
/
+3
*
cpv_expand: treat GLEP 81 acct-* categories like virtual (bug 691798)
Zac Medico
2020-02-01
1
-1
/
+1
*
dep_zapdeps: adjust || preference for slot upgrades (bug 706278)
Zac Medico
2020-01-26
1
-2
/
+14
*
_serialize_tasks: limit scope of dropped circular dependencies
Zac Medico
2019-12-26
1
-38
/
+56
*
emerge --with-test-deps: use _queue_disjunctive_deps
Zac Medico
2019-12-26
1
-5
/
+9
*
Clean up remnants of eapi5-hdepend, HDEPEND and targetroot
Michał Górny
2019-12-26
1
-11
/
+1
*
backtracking: adjust || preference to break dependency cycles
Zac Medico
2019-12-23
1
-2
/
+40
*
_queue_disjunctive_deps: group disjunctions recursively (bug 701996)
Zac Medico
2019-12-23
1
-4
/
+4
*
emerge --with-test-deps: allow circular deps
Zac Medico
2019-12-23
1
-4
/
+15
*
emerge: Show package USE in conflict messages
Zac Medico
2019-12-14
1
-5
/
+21
*
emerge: add --implicit-system-deps <y|n> option (bug 681312)
Zac Medico
2019-12-05
1
-3
/
+4
*
_queue_disjunctive_deps: group disjunctions (bug 701996)
Zac Medico
2019-12-05
1
-2
/
+6
*
depgraph: fix buildtime_blockers logic
Zac Medico
2019-11-27
1
-3
/
+1
*
emerge: add --quickpkg-direct option
Zac Medico
2019-11-26
1
-0
/
+19
*
emerge --buildpkgonly: respect buildtime hard blockers
Zac Medico
2019-11-26
1
-8
/
+16
*
Improve runtime performance of depgraph module functions.
Justin Turner Arthur
2019-10-23
1
-156
/
+169
*
Default disable autounmask package.accept_keywords/mask changes (bug 658648)
Zac Medico
2019-10-14
1
-8
/
+12
*
_add_dep: less aggressive backtracking (bug 693836)
Zac Medico
2019-09-11
1
-0
/
+13
*
_slot_confict_backtrack: consider masking a package matched by all parent ato...
Zac Medico
2019-09-01
1
-0
/
+5
*
_backtrack_depgraph: fix premature backtracking termination (bug 693242)
Zac Medico
2019-08-31
1
-2
/
+2
*
Use _safe_loop where applicable
Zac Medico
2019-05-18
1
-2
/
+2
*
Import OrderedDict directly from collections
Zac Medico
2019-04-21
1
-3
/
+3
*
Refer to "ebuild repository" rather than "portage tree"
Zac Medico
2018-08-06
1
-1
/
+1
*
Rename pym→lib, for better distutils-r1 interoperability
Michał Górny
2018-07-18
1
-0
/
+10049