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 DFD6D138359 for ; Sun, 2 Aug 2020 08:26:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 320BBE0C2D; Sun, 2 Aug 2020 08:26:44 +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 1C0D0E0C2D for ; Sun, 2 Aug 2020 08:26:44 +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 2FE6B34F0A1 for ; Sun, 2 Aug 2020 08:26:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD42D2CC for ; Sun, 2 Aug 2020 08:26:41 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1596356784.f089c65c66018d722857a2f1aacc6dd8b02d9d44.leio@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.ebuild X-VCS-Directories: x11-themes/adwaita-icon-theme/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f089c65c66018d722857a2f1aacc6dd8b02d9d44 X-VCS-Branch: master Date: Sun, 2 Aug 2020 08:26:41 +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: d8fb7ce6-a835-45e5-9c26-c9f4c85b9645 X-Archives-Hash: afda11adb9782dfef433e1aeedf011c1 commit: f089c65c66018d722857a2f1aacc6dd8b02d9d44 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Aug 2 08:24:55 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Aug 2 08:26:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f089c65c x11-themes/adwaita-icon-theme: add warning when building against old librsvg Building with old non-rust librsvg will result in broken symbolic PNG files being generated at buildtime, and many broken scalable icons at runtime. However hard requiring a newer librsvg would enter a big de-keywording cascade for architectures without rust - so warn instead for now and prefer broken-looking icons instead of losing it completely for these architectures, at least for the time being. Bug: https://bugs.gentoo.org/734602 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> x11-themes/adwaita-icon-theme/adwaita-icon-theme-3.36.1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) 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.ebuild index e203c8b5257..8628545b95a 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.ebuild @@ -51,5 +51,13 @@ src_prepare() { } src_configure() { + # less than 2.45 being a problem is just a guess, but we didn't carry anything between 2.40 and 2.48 in main tree + if has_version '