From 814e82f24afc221eee72f2b53a3fb7587605cbf9 Mon Sep 17 00:00:00 2001 From: Ambroz Bizjak Date: Mon, 24 Sep 2012 13:13:46 -0700 Subject: Add experimental EAPI 5-hdepend support. --- pym/_emerge/actions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pym/_emerge/actions.py') diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 4b16dc9dc..af7ae8f7e 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -1147,13 +1147,14 @@ def calc_depclean(settings, trees, ldpath_mtimes, graph = digraph() del cleanlist[:] - dep_keys = ["DEPEND", "RDEPEND", "PDEPEND"] + dep_keys = ["DEPEND", "HDEPEND", "RDEPEND", "PDEPEND"] runtime = UnmergeDepPriority(runtime=True) runtime_post = UnmergeDepPriority(runtime_post=True) buildtime = UnmergeDepPriority(buildtime=True) priority_map = { "RDEPEND": runtime, "PDEPEND": runtime_post, + "HDEPEND": buildtime, "DEPEND": buildtime, } -- cgit v1.2.3-1-g7c22