commit: 74052b2f249d7cdde3667fbb0e0f8d184d74fbd7 Author: Myckel Habets <gentoo-bugs <AT> habets-dobben <DOT> nl> AuthorDate: Fri May 6 10:47:34 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 10 01:37:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74052b2f
www-client/seamonkey: make use of system provided pixman Bug: https://bugs.gentoo.org/836319 Signed-off-by: Myckel Habets <gentoo-bugs <AT> habets-dobben.nl> Signed-off-by: Sam James <sam <AT> gentoo.org> www-client/seamonkey/seamonkey-2.53.11.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-client/seamonkey/seamonkey-2.53.11.1-r1.ebuild b/www-client/seamonkey/seamonkey-2.53.11.1-r1.ebuild index a1383a027d0d..4c512efa8daf 100644 --- a/www-client/seamonkey/seamonkey-2.53.11.1-r1.ebuild +++ b/www-client/seamonkey/seamonkey-2.53.11.1-r1.ebuild @@ -88,7 +88,7 @@ COMMON_DEPEND=" x11-libs/libXt x11-libs/libxcb:= >=x11-libs/pango-1.22.0 - >=x11-libs/pixman-0.19.2 + x11-libs/pixman media-video/ffmpeg virtual/freedesktop-icon-theme dbus? ( @@ -260,6 +260,7 @@ src_configure() { # Migrated from mozcoreconf-2 mozconfig_annotate 'system_libs' --with-system-bz2 mozconfig_annotate 'system_libs' --with-system-zlib + mozconfig_annotate 'system_libs' --enable-system-pixman # Disable for testing purposes only mozconfig_annotate 'Upstream bug 1341234' --disable-stylo
