From: Michał Górny Date: Mon, 26 Mar 2018 15:52:28 +0000 (+0200) Subject: sys-apps/portage-mgorny: Warn about --dynamic-deps problems X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fd58aff39f8dd93e937af778864a3fde42b24f4f;p=gentoo.git sys-apps/portage-mgorny: Warn about --dynamic-deps problems --- diff --git a/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild b/sys-apps/portage-mgorny/portage-mgorny-9999.ebuild index b2b9f73c5ffd..5b8cc188f76c 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 }