Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Sun, 13 Jun 2021 20:25:38
Message-Id: 1623615851.03f477cb6e3962fda78b6069fe8d3b6b4db149c2.sam@gentoo
1 commit: 03f477cb6e3962fda78b6069fe8d3b6b4db149c2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 18:45:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 20:24:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f477cb
7
8 x11-libs/pango: revbump for newer sysprof-capture dependency
9
10 <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
11 so upgrading to this newer version broke consumers. We force a rebuild of them
12 against the newer sysprof to resolve build failures.
13
14 Bug: https://bugs.gentoo.org/795507
15 Package-Manager: Portage-3.0.19, Repoman-3.0.3
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 x11-libs/pango/{pango-1.48.5.ebuild => pango-1.48.5-r1.ebuild} | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/x11-libs/pango/pango-1.48.5.ebuild b/x11-libs/pango/pango-1.48.5-r1.ebuild
22 similarity index 96%
23 rename from x11-libs/pango/pango-1.48.5.ebuild
24 rename to x11-libs/pango/pango-1.48.5-r1.ebuild
25 index 9997edda080..382eb4b7793 100644
26 --- a/x11-libs/pango/pango-1.48.5.ebuild
27 +++ b/x11-libs/pango/pango-1.48.5-r1.ebuild
28 @@ -33,7 +33,7 @@ RDEPEND="
29 )
30 "
31 DEPEND="${RDEPEND}
32 - sysprof? ( dev-util/sysprof-capture:4[${MULTILIB_USEDEP}] )
33 + sysprof? ( >=dev-util/sysprof-capture-3.40.1:4[${MULTILIB_USEDEP}] )
34 X? ( x11-base/xorg-proto )
35 "
36 BDEPEND="