Gentoo Archives: gentoo-portage-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Zac Medico <zmedico@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] emerge: auto-enable --with-bdeps if --usepkg is not enabled (bug 598444)
Date: Sat, 04 Mar 2017 09:59:52
Message-Id: 1488621584.2071.2.camel@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] emerge: auto-enable --with-bdeps if --usepkg is not enabled (bug 598444) by Zac Medico
1 W dniu 04.03.2017, sob o godzinie 01∶34 -0800, użytkownik Zac Medico
2 napisał:
3 > It's useful to enable --with-bdeps by default so that @world updates
4 > will update all packages that are not eligible for removal by
5 > emerge --depclean. However, many users of binary packages do not want
6 > unnecessary build time dependencies installed, therefore do not
7 > auto-enable --with-bdeps for installation actions when the --usepkg
8 > option is enabled.
9 >
10 > X-Gentoo-bug: 598444
11 > X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=598444
12 > ---
13 > man/emerge.1 | 18 ++-
14 > pym/_emerge/create_depgraph_params.py | 4 +
15 > pym/_emerge/depgraph.py | 4 +-
16 > pym/portage/tests/resolver/ResolverPlayground.py | 5 +
17 > pym/portage/tests/resolver/test_bdeps.py | 197 +++++++++++++++++++++++
18 > 5 files changed, 223 insertions(+), 5 deletions(-)
19 > create mode 100644 pym/portage/tests/resolver/test_bdeps.py
20
21 Just to be clear, this will break stuff for people who have more than
22 one slot of LLVM enabled since different slots build-depend on colliding
23 packages.
24
25 --
26 Best regards,
27 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies