diff options
author | Sam James <sam@gentoo.org> | 2023-09-18 04:50:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-18 05:23:28 +0100 |
commit | 421ad224a895f8edf0a27c3cf2b70fc72c1f44e9 (patch) | |
tree | 2c60cc4c8810b18a65d65ead0f9f65a5dd1ed865 /media-gfx | |
parent | media-gfx/inkscape: version bump to 1.3 (diff) | |
download | gentoo-421ad224a895f8edf0a27c3cf2b70fc72c1f44e9.tar.gz gentoo-421ad224a895f8edf0a27c3cf2b70fc72c1f44e9.tar.bz2 gentoo-421ad224a895f8edf0a27c3cf2b70fc72c1f44e9.zip |
media-gfx/inkscape: disable tests
We need to figure out the test failures (see the hint in the bug).
Bug: https://bugs.gentoo.org/871621
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/inkscape/inkscape-1.2.2-r4.ebuild | 8 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-1.2.2.ebuild | 8 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-1.3.ebuild | 8 | ||||
-rw-r--r-- | media-gfx/inkscape/inkscape-9999.ebuild | 8 |
4 files changed, 12 insertions, 20 deletions
diff --git a/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild b/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild index d1745d96109b..dad95b005747 100644 --- a/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild +++ b/media-gfx/inkscape/inkscape-1.2.2-r4.ebuild @@ -21,10 +21,10 @@ HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -IUSE="cdr dia exif graphicsmagick imagemagick inkjar jemalloc jpeg -openmp postscript readline spell svg2 test visio wpg X" - +IUSE="cdr dia exif graphicsmagick imagemagick inkjar jemalloc jpeg openmp postscript readline spell svg2 test visio wpg X" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Lots of test failures which need investigating, bug #871621 +RESTRICT="!test? ( test ) test" BDEPEND=" dev-util/glib-utils @@ -103,8 +103,6 @@ DEPEND="${COMMON_DEPEND} test? ( dev-cpp/gtest ) " -RESTRICT="!test? ( test )" - S="${WORKDIR}/${MY_P}" PATCHES=( diff --git a/media-gfx/inkscape/inkscape-1.2.2.ebuild b/media-gfx/inkscape/inkscape-1.2.2.ebuild index a5abc5d13f0a..1d5d7d1ddda9 100644 --- a/media-gfx/inkscape/inkscape-1.2.2.ebuild +++ b/media-gfx/inkscape/inkscape-1.2.2.ebuild @@ -21,10 +21,10 @@ HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -IUSE="cdr dia exif graphicsmagick imagemagick inkjar jemalloc jpeg -openmp postscript readline spell svg2 test visio wpg X" - +IUSE="cdr dia exif graphicsmagick imagemagick inkjar jemalloc jpeg openmp postscript readline spell svg2 test visio wpg X" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Lots of test failures which need investigating, bug #871621 +RESTRICT="!test? ( test ) test" BDEPEND=" dev-util/glib-utils @@ -104,8 +104,6 @@ DEPEND="${COMMON_DEPEND} test? ( dev-cpp/gtest ) " -RESTRICT="!test? ( test )" - S="${WORKDIR}/${MY_P}" pkg_pretend() { diff --git a/media-gfx/inkscape/inkscape-1.3.ebuild b/media-gfx/inkscape/inkscape-1.3.ebuild index 491ac24b157a..8f86e17bc1c1 100644 --- a/media-gfx/inkscape/inkscape-1.3.ebuild +++ b/media-gfx/inkscape/inkscape-1.3.ebuild @@ -21,10 +21,10 @@ HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -IUSE="cdr dia exif graphicsmagick imagemagick inkjar jpeg -openmp postscript readline spell svg2 test visio wpg X" - +IUSE="cdr dia exif graphicsmagick imagemagick inkjar jpeg openmp postscript readline spell svg2 test visio wpg X" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Lots of test failures which need investigating, bug #871621 +RESTRICT="!test? ( test ) test" BDEPEND=" dev-util/glib-utils @@ -103,8 +103,6 @@ DEPEND="${COMMON_DEPEND} test? ( dev-cpp/gtest ) " -RESTRICT="!test? ( test )" - S="${WORKDIR}/${MY_P}" pkg_pretend() { diff --git a/media-gfx/inkscape/inkscape-9999.ebuild b/media-gfx/inkscape/inkscape-9999.ebuild index 176dc00840be..7954fbf3efac 100644 --- a/media-gfx/inkscape/inkscape-9999.ebuild +++ b/media-gfx/inkscape/inkscape-9999.ebuild @@ -21,10 +21,10 @@ HOMEPAGE="https://inkscape.org/ https://gitlab.com/inkscape/inkscape/" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -IUSE="cdr dia exif graphicsmagick imagemagick inkjar jpeg -openmp postscript readline spell svg2 test visio wpg X" - +IUSE="cdr dia exif graphicsmagick imagemagick inkjar jpeg openmp postscript readline spell svg2 test visio wpg X" REQUIRED_USE="${PYTHON_REQUIRED_USE}" +# Lots of test failures which need investigating, bug #871621 +RESTRICT="!test? ( test ) test" BDEPEND=" dev-util/glib-utils @@ -103,8 +103,6 @@ DEPEND="${COMMON_DEPEND} test? ( dev-cpp/gtest ) " -RESTRICT="!test? ( test )" - S="${WORKDIR}/${MY_P}" pkg_pretend() { |