diff options
author | Sam James <sam@gentoo.org> | 2021-06-13 18:45:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-13 20:24:11 +0000 |
commit | 03f477cb6e3962fda78b6069fe8d3b6b4db149c2 (patch) | |
tree | 076b302a39acdb2c835e7ed751a0bc40cee33af3 /x11-libs | |
parent | net-libs/libsoup: revbump for newer sysprof-capture dependency (diff) | |
download | gentoo-03f477cb6e3962fda78b6069fe8d3b6b4db149c2.tar.gz gentoo-03f477cb6e3962fda78b6069fe8d3b6b4db149c2.tar.bz2 gentoo-03f477cb6e3962fda78b6069fe8d3b6b4db149c2.zip |
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@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pango/pango-1.48.5-r1.ebuild (renamed from x11-libs/pango/pango-1.48.5.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/pango/pango-1.48.5.ebuild b/x11-libs/pango/pango-1.48.5-r1.ebuild index 9997edda0803..382eb4b77936 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=" |