summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-04-13 08:54:24 +0200
committerPacho Ramos <pacho@gentoo.org>2019-04-13 08:54:34 +0200
commitba9572d8a260b4c414525efc3e6a37b17000cb96 (patch)
tree0ee711ac1bf5e3c57a16126a261ede5351d7646e /dev-perl/Gtk3/Gtk3-0.34.0.ebuild
parentprofiles/package.mask: mask ruby24-only old rails packages (diff)
downloadgentoo-ba9572d8a260b4c414525efc3e6a37b17000cb96.tar.gz
gentoo-ba9572d8a260b4c414525efc3e6a37b17000cb96.tar.bz2
gentoo-ba9572d8a260b4c414525efc3e6a37b17000cb96.zip
dev-perl/Gtk3: Fix tests with new gdk-pixbuf
Closes: https://bugs.gentoo.org/683046 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-perl/Gtk3/Gtk3-0.34.0.ebuild')
-rw-r--r--dev-perl/Gtk3/Gtk3-0.34.0.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-perl/Gtk3/Gtk3-0.34.0.ebuild b/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
index a1fe153f3528..8243b1786b75 100644
--- a/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
+++ b/dev-perl/Gtk3/Gtk3-0.34.0.ebuild
@@ -26,6 +26,12 @@ DEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.960.0
)
"
+
+PATCHES=(
+ # Fixed in next version, bug #683046
+ "${FILESDIR}"/${P}-gdk-pixbuf-test.patch
+)
+
src_test() {
virtx perl-module_src_test
}