Created attachment 327246 [details] patch for it i updated the ebuild for mutter
Thanks for the patch! Review: ">=x11-libs/pango-1.2[X,introspection?]" was already in COMMON_DEPEND. So adding ">=x11-libs/pango-1.2.0" to DEPEND was not needed. DEPEND means build-time dependencies. Mutter needs pango both at build time (DEPEND) and at runtime (RDEPEND), which is why we include it in the COMMOND_DEPEND list, which is then included in RDEPEND and DEPEND. Stylistic note - please use something like "x11-wm/mutter: 3.6.0 → 3.6.1", not "mutter 3.6.0 -> mutter 3.6.1" for the commit title. Please run "git config diff.renames copies" in your repository so that file renames in the patch text are displayed in a more compact and easier to read manner. Committed: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commitdiff;h=8b157757054a330635d25d8e210a3fb2dac7497d Superfluous pango DEPEND removed and build-time variables moved to src_prepare(): http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commitdiff;h=5401bd94d14801398f8c7205eb6c7258ae5c5a24