commit: 03f477cb6e3962fda78b6069fe8d3b6b4db149c2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 13 18:45:20 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 13 20:24:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f477cb
x11-libs/pango: revbump for newer sysprof-capture dependency <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1, so upgrading to this newer version broke consumers. We force a rebuild of them against the newer sysprof to resolve build failures. Bug: https://bugs.gentoo.org/795507 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/pango/{pango-1.48.5.ebuild => pango-1.48.5-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/pango/pango-1.48.5.ebuild b/x11-libs/pango/pango-1.48.5-r1.ebuild similarity index 96% rename from x11-libs/pango/pango-1.48.5.ebuild rename to x11-libs/pango/pango-1.48.5-r1.ebuild index 9997edda080..382eb4b7793 100644 --- a/x11-libs/pango/pango-1.48.5.ebuild +++ b/x11-libs/pango/pango-1.48.5-r1.ebuild @@ -33,7 +33,7 @@ RDEPEND=" ) " DEPEND="${RDEPEND} - sysprof? ( dev-util/sysprof-capture:4[${MULTILIB_USEDEP}] ) + sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] ) X? ( x11-base/xorg-proto ) " BDEPEND="
