From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9BCD81382C5 for ; Sat, 28 Nov 2020 17:01:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7657E077C; Sat, 28 Nov 2020 17:01:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE3C0E077C for ; Sat, 28 Nov 2020 17:01:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56A663413E6 for ; Sat, 28 Nov 2020 17:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4CC42CA for ; Sat, 28 Nov 2020 17:01:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1606582891.01a52e7c4a0be5d3131ca47ea0722b31d5d8958d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1-r1.ebuild x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild X-VCS-Directories: x11-themes/adwaita-icon-theme/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 01a52e7c4a0be5d3131ca47ea0722b31d5d8958d X-VCS-Branch: master Date: Sat, 28 Nov 2020 17:01:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28c53d44-cca9-49b3-aa78-4e4417f09588 X-Archives-Hash: f74636028315e0999d6a49bf614278f5 commit: 01a52e7c4a0be5d3131ca47ea0722b31d5d8958d Author: Matt Turner gentoo org> AuthorDate: Sat Nov 28 16:57:51 2020 +0000 Commit: Matt Turner gentoo 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 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