commit: fd58aff39f8dd93e937af778864a3fde42b24f4f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 26 15:52:28 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 16:07:03 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd58aff3
sys-apps/portage-mgorny: Warn about --dynamic-deps problems
sys-apps/portage-mgorny/portage-mgorny-9999.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild
b/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild
index b2b9f73c5ff..5b8cc188f76 100644
--- a/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild
+++ b/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild
@@ -61,6 +61,12 @@ pkg_pretend() {
ewarn "However, sys-apps/portage-mgorny will already be
installed at this"
ewarn "point, so you simply have to restart emerge and it will
successfully"
ewarn "clean the old package afterwards."
+ ewarn
+ ewarn "If you did not use '--dynamic-deps n' in Portage, your
VDB dependency"
+ ewarn "graph is probably broken. You may need to use
'--changed-deps y'"
+ ewarn "for your first @world upgrade to resolve the conflicts.
Afterwards,"
+ ewarn "--changed-deps should no longer be necessary and any
conflicts"
+ ewarn "introduced afterwards should be reported to
bugs.gentoo.org."
fi
}