sys-apps/portage-mgorny: Warn about --dynamic-deps problems
authorMichał Górny <mgorny@gentoo.org>
Mon, 26 Mar 2018 15:52:28 +0000 (17:52 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 26 Mar 2018 16:07:03 +0000 (18:07 +0200)
sys-apps/portage-mgorny/portage-mgorny-9999.ebuild

index b2b9f73c5ffd5eaafc65cb0b73f84c94d690ad60..5b8cc188f76c35df577e7fbe2318c483df9f9e52 100644 (file)
@@ -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
 }