From: Robin H. Johnson Date: Sun, 20 May 2018 21:37:11 +0000 (-0700) Subject: media-libs/fontconfig: need newer freetype X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=761a814c31fee72f741870663baad1f2c8a0ce7d;p=gentoo.git media-libs/fontconfig: need newer freetype freetype-2.8 contains libfreetype2 v20.0.14, which is too old for fontconfig-2.13 series (freetype2 >= 21.0.15). Signed-off-by: Robin H. Johnson Package-Manager: Portage-2.3.33, Repoman-2.3.9 --- diff --git a/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild index c281f610ac28..fb9e57feeeb9 100644 --- a/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild +++ b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild @@ -18,7 +18,7 @@ IUSE="doc static-libs" # Purposefully dropped the xml USE flag and libxml2 support. Expat is the # default and used by every distro. See bug #283191. RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] - >=media-libs/freetype-2.8.1[${MULTILIB_USEDEP}] + >=media-libs/freetype-2.9[${MULTILIB_USEDEP}] sys-apps/util-linux[${MULTILIB_USEDEP}] virtual/libintl[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}