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() {

Reply via email to