From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49BC91382C5 for ; Thu, 8 Mar 2018 16:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FDABE08F6; Thu, 8 Mar 2018 16:17:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C97AE08F6 for ; Thu, 8 Mar 2018 16:17:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0F68335C07 for ; Thu, 8 Mar 2018 16:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19AD51F0 for ; Thu, 8 Mar 2018 16:17:42 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1520525854.42d13a0e64b89918e31c4b138ef0b5c054d869de.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fontconfig/fontconfig-2.12.6.ebuild X-VCS-Directories: media-libs/fontconfig/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 42d13a0e64b89918e31c4b138ef0b5c054d869de X-VCS-Branch: master Date: Thu, 8 Mar 2018 16:17:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a94a3229-ee11-4c6b-94c0-33dcaf73268b X-Archives-Hash: d5cdad86a6e96c1cf8ad646f30ca08ab commit: 42d13a0e64b89918e31c4b138ef0b5c054d869de Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 8 16:17:34 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 8 16:17:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d13a0e media-libs/fontconfig: Fixed freetype dependency. Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-libs/fontconfig/fontconfig-2.12.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/fontconfig/fontconfig-2.12.6.ebuild b/media-libs/fontconfig/fontconfig-2.12.6.ebuild index e8966b4a0b7..9936b119840 100644 --- a/media-libs/fontconfig/fontconfig-2.12.6.ebuild +++ b/media-libs/fontconfig/fontconfig-2.12.6.ebuild @@ -17,7 +17,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.5.3-r1[${MULTILIB_USEDEP}] + >=media-libs/freetype-2.7.1[${MULTILIB_USEDEP}] abi_x86_32? ( !app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] )" DEPEND="${RDEPEND} virtual/pkgconfig