dev-python/pygobject: version bump 3.22.0 → 3.24.1
authorGilles Dartiguelongue <eva@gentoo.org>
Tue, 15 Aug 2017 22:11:57 +0000 (00:11 +0200)
committerGilles Dartiguelongue <eva@gentoo.org>
Tue, 15 Aug 2017 22:43:25 +0000 (00:43 +0200)
Package-Manager: Portage-2.3.7, Repoman-2.3.3

dev-python/pygobject/pygobject-3.24.1.ebuild

index a6b538b28f5e6c10d3adcdec7a5388d0efe4b639..879666e93fee44929d3557931f53d0c8334130cf 100644 (file)
@@ -57,6 +57,11 @@ src_prepare() {
        sed -e 's/^.*TEST_NAMES=compat_test_pygtk .*;/echo "Test disabled";/' \
                -i tests/Makefile.{am,in} || die
 
+       # FAIL: test_cairo_font_options (test_cairo.TestPango)
+       # AssertionError: <type 'cairo.SubpixelOrder'> != <type 'int'>
+       sed -e 's/^.*type(font_opts.get_subpixel_order()), int.*/#/' \
+               -i tests/test_cairo.py || die
+
        gnome2_src_prepare
        python_copy_sources
 }