summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnome-base/librsvg/librsvg-2.40.21.ebuild5
-rw-r--r--gnome-base/librsvg/librsvg-2.50.7.ebuild5
-rw-r--r--gnome-base/librsvg/librsvg-2.52.5.ebuild5
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() {