commit: 59819908c3f48c417c0b30c89dad441d8cfb1937 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Oct 28 19:37:55 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Oct 28 19:38:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59819908
media-libs/fontconfig: RESTRICT=test - Test doc/check-missing-doc [Bug 733608] is failing because fontconfig-2.13.1-static_build.patch introduces a new function named "FcStrBuildFilename" but doesn't add required documentation the test is checking for. - Test test-bz106632 [Bug 751232] is a known test failure. Backport would require 4 patches (5771c48, c44fda2, 3a45b8e, a8c4fc5). Restricting tests for now because backporting those fixes for tests only isn't worth it and everything will be fixed in next release. Closes: https://bugs.gentoo.org/733608 Closes: https://bugs.gentoo.org/751232 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild b/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild index ac09fa689f0..1e359fc3dea 100644 --- a/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild +++ b/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild @@ -15,6 +15,16 @@ SLOT="1.0" KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="doc static-libs" +# Test test-bz106632 is known to be broken, see bug #751232 +# and would require several backports. It will be fixed in +# next version. +# check-missing-doc is known to be broken, see bug #733608 +# because fontconfig-2.13.1-static_build.patch introduces a +# function FcStrBuildFilename which is lacking documentation. +# However, backporting isn't worth it. Will be fixed in +# next version. +RESTRICT="test" + BDEPEND="dev-util/gperf >=sys-devel/gettext-0.19.8 virtual/pkgconfig