Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Ambroz Bizjak <ambrop7@×××××.com>
Subject: Re: [gentoo-portage-dev] [PATCH] Implement host dependencies and targetroot USE flag
Date: Mon, 24 Sep 2012 21:04:39
Message-Id: 5060C032.4020008@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] Implement host dependencies and targetroot USE flag by Ambroz Bizjak
1 On 09/24/2012 03:11 AM, Ambroz Bizjak wrote:
2 > ---
3 > bin/ebuild.sh | 34 +++++++++++++++------
4 > pym/_emerge/depgraph.py | 57 +++++++++++++++++++++---------------
5 > pym/_emerge/main.py | 1 -
6 > pym/portage/__init__.py | 4 +--
7 > pym/portage/dbapi/bintree.py | 6 ++--
8 > pym/portage/dbapi/porttree.py | 2 +-
9 > pym/portage/dbapi/vartree.py | 1 +
10 > pym/portage/eapi.py | 9 +++++-
11 > pym/portage/package/ebuild/config.py | 14 +++++++--
12 > 9 files changed, 87 insertions(+), 41 deletions(-)
13
14 Thanks, I've committed your patch:
15
16 http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=814e82f24afc221eee72f2b53a3fb7587605cbf9
17
18 I just made a few trivial changes, adding HDEPEND in more places that
19 work with *DEPEND variables, and ordering variable lists in lexical order.
20 --
21 Thanks,
22 Zac