diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-21 12:23:10 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-12-25 16:24:32 -0800 |
commit | f1d49aa62b93da6affc07699181071db638d0724 (patch) | |
tree | 6b85408a5b27aeac0e2140356632a5564e03cad2 | |
parent | x11-misc/colord: use tmpfiles.eclass (diff) | |
download | gentoo-f1d49aa62b93da6affc07699181071db638d0724.tar.gz gentoo-f1d49aa62b93da6affc07699181071db638d0724.tar.bz2 gentoo-f1d49aa62b93da6affc07699181071db638d0724.zip |
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@gentoo.org>
-rw-r--r-- | gnome-base/librsvg/librsvg-2.40.21.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.50.7.ebuild | 5 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.52.5.ebuild | 5 |
3 files changed, 15 insertions, 0 deletions
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() { |