From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1352789-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B49C0158086 for <garchives@archives.gentoo.org>; Sun, 26 Dec 2021 00:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC1C52BC04F; Sun, 26 Dec 2021 00:24:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6DCC2BC04F for <gentoo-commits@lists.gentoo.org>; Sun, 26 Dec 2021 00:24:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDD863430BE for <gentoo-commits@lists.gentoo.org>; Sun, 26 Dec 2021 00:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC77B1FB for <gentoo-commits@lists.gentoo.org>; Sun, 26 Dec 2021 00:24:53 +0000 (UTC) From: "Georgy Yakovlev" <gyakovlev@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org> Message-ID: <1640478272.f1d49aa62b93da6affc07699181071db638d0724.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/librsvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/librsvg/librsvg-2.40.21.ebuild gnome-base/librsvg/librsvg-2.50.7.ebuild gnome-base/librsvg/librsvg-2.52.5.ebuild X-VCS-Directories: gnome-base/librsvg/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f1d49aa62b93da6affc07699181071db638d0724 X-VCS-Branch: master Date: Sun, 26 Dec 2021 00:24:53 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 406aa3e7-f40b-4d95-afbb-9ab2a6384cd1 X-Archives-Hash: 71e14cbc1a88083e0a165b1efb719bd7 commit: f1d49aa62b93da6affc07699181071db638d0724 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Tue Dec 21 20:23:10 2021 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Dec 26 00:24:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d49aa6 gnome-base/librsvg: specify QA_FLAGS_IGNORED to silence QA notices about ignored flags for rust app Closes: https://github.com/gentoo/gentoo/pull/23459 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> gnome-base/librsvg/librsvg-2.40.21.ebuild | 5 +++++ gnome-base/librsvg/librsvg-2.50.7.ebuild | 5 +++++ gnome-base/librsvg/librsvg-2.52.5.ebuild | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/gnome-base/librsvg/librsvg-2.40.21.ebuild b/gnome-base/librsvg/librsvg-2.40.21.ebuild index 8c57841ec7c8..bbd1656e7ba5 100644 --- a/gnome-base/librsvg/librsvg-2.40.21.ebuild +++ b/gnome-base/librsvg/librsvg-2.40.21.ebuild @@ -39,6 +39,11 @@ BDEPEND=" " # >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf +QA_FLAGS_IGNORED=" + usr/bin/rsvg-convert + usr/lib.*/librsvg.* +" + RESTRICT="test" # Lots of issues due to freetype changes and more; ever since newer tests got backported into 2.40.19 PATCHES=( diff --git a/gnome-base/librsvg/librsvg-2.50.7.ebuild b/gnome-base/librsvg/librsvg-2.50.7.ebuild index c498732ad533..c81f61052c15 100644 --- a/gnome-base/librsvg/librsvg-2.50.7.ebuild +++ b/gnome-base/librsvg/librsvg-2.50.7.ebuild @@ -37,6 +37,11 @@ DEPEND="${RDEPEND} " # >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf +QA_FLAGS_IGNORED=" + usr/bin/rsvg-convert + usr/lib.*/librsvg.* +" + RESTRICT="test" # Lots of issues on 32bit builds, 64bit build seems to get into an infinite compilation sometimes, etc. src_prepare() { diff --git a/gnome-base/librsvg/librsvg-2.52.5.ebuild b/gnome-base/librsvg/librsvg-2.52.5.ebuild index 26830cf01f9e..f933ab707b47 100644 --- a/gnome-base/librsvg/librsvg-2.52.5.ebuild +++ b/gnome-base/librsvg/librsvg-2.52.5.ebuild @@ -35,6 +35,11 @@ DEPEND="${RDEPEND} " # >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf +QA_FLAGS_IGNORED=" + usr/bin/rsvg-convert + usr/lib.*/librsvg.* +" + RESTRICT="test" # Lots of issues on 32bit builds, 64bit build seems to get into an infinite compilation sometimes, etc. src_prepare() {