commit:     761a814c31fee72f741870663baad1f2c8a0ce7d
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 21:37:11 2018 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun May 20 21:38:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=761a814c

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 <robbat2 <AT> gentoo.org>
Package-Manager: Portage-2.3.33, Repoman-2.3.9

 media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild 
b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild
index c281f610ac2..fb9e57feeeb 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}

Reply via email to