commit:     01a52e7c4a0be5d3131ca47ea0722b31d5d8958d
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 16:57:51 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 17:01:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a52e7c

x11-themes/adwaita-icon-theme: Depend on new enough librsvg

adwaita-icon-theme now uses SVG features only available in the Rust
version of librsvg (newer than 2.40). The suspicion is that the
uninitialized reads in bug #750239 are due to the missing functionality
in librsvg 2.40.

See https://gitlab.gnome.org/GNOME/librsvg/-/issues/654#note_972787
and https://people.gnome.org/~federico/blog/do-not-use-librsvg-2.40.x.html

Closes: https://bugs.gentoo.org/750239
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 ...ita-icon-theme-3.36.1.ebuild => adwaita-icon-theme-3.36.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild 
b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1-r1.ebuild
similarity index 98%
rename from x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild
rename to x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1-r1.ebuild
index f75c1404799..73263b8240b 100644
--- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild
+++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1-r1.ebuild
@@ -23,7 +23,7 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 
s390 sparc x86 ~amd
 # librsvg is needed for gtk-encode-symbolic-svg to be able to read the source 
SVG via its pixbuf loader and at runtime for rendering scalable icons shipped 
by the theme
 RDEPEND="
        >=x11-themes/hicolor-icon-theme-0.10
-       gnome-base/librsvg:2
+       >=gnome-base/librsvg-2.48:2
 "
 DEPEND="${RDEPEND}
        x11-libs/gtk+:3

Reply via email to