Gentoo Archives: gentoo-portage-dev

From: Michael Orlitzky <mjo@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH] emerge: add --changed-deps-report option (bug 645780)
Date: Mon, 29 Jan 2018 00:17:38
Message-Id: 8763fc12-67c4-c603-4172-a739d4a053d7@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH] emerge: add --changed-deps-report option (bug 645780) by Zac Medico
1 Since ::gentoo is the only repository governed by the PMS, can't we make
2 repoman do this? The problem with requiring "repoman --force" for an
3 in-place dependency change is that repoman generally won't have access
4 to the unedited ebuild; but for ::gentoo, we can probably hack something
5 together in git. Have it source the old and new ebuilds, and compare
6 their dependency lists.
7
8 It won't work outside of a git repo, but it will work in the one place
9 that really matters.

Replies