diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-11-28 11:57:51 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-28 12:01:31 -0500 |
commit | 01a52e7c4a0be5d3131ca47ea0722b31d5d8958d (patch) | |
tree | 9bea34d14239926e661f479e87c258c1d34bd7b4 /x11-themes/adwaita-icon-theme | |
parent | net-vpn/vtun: drop old (diff) | |
download | gentoo-01a52e7c4a0be5d3131ca47ea0722b31d5d8958d.tar.gz gentoo-01a52e7c4a0be5d3131ca47ea0722b31d5d8958d.tar.bz2 gentoo-01a52e7c4a0be5d3131ca47ea0722b31d5d8958d.zip |
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@gentoo.org>
Diffstat (limited to 'x11-themes/adwaita-icon-theme')
-rw-r--r-- | x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1-r1.ebuild (renamed from x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index f75c14047992..73263b8240b2 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 |