summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-10-28 20:37:55 +0100
committerThomas Deutschmann <whissi@gentoo.org>2020-10-28 20:38:04 +0100
commit59819908c3f48c417c0b30c89dad441d8cfb1937 (patch)
tree033560313f758e49ceb749daec3c530f291e774d
parentsys-auth/pambase: Version bump (v20201028.1) (diff)
downloadgentoo-59819908c3f48c417c0b30c89dad441d8cfb1937.tar.gz
gentoo-59819908c3f48c417c0b30c89dad441d8cfb1937.tar.bz2
gentoo-59819908c3f48c417c0b30c89dad441d8cfb1937.zip
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@gentoo.org>
-rw-r--r--media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild b/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild
index ac09fa689f0b..1e359fc3dea9 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