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 C0445138334 for ; Wed, 16 Jan 2019 11:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0A0DE090E; Wed, 16 Jan 2019 11:23:38 +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 63305E090E for ; Wed, 16 Jan 2019 11:23:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9254E335D03 for ; Wed, 16 Jan 2019 11:23:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A855266 for ; Wed, 16 Jan 2019 11:23:33 +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: <1547637807.5914a64fd6cb5d039a950d116f96c5fa40d4fc9d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/harfbuzz-2.0.2-r1.ebuild media-libs/harfbuzz/harfbuzz-2.1.3-r1.ebuild media-libs/harfbuzz/harfbuzz-2.2.0-r1.ebuild media-libs/harfbuzz/harfbuzz-2.3.0-r1.ebuild X-VCS-Directories: media-libs/harfbuzz/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5914a64fd6cb5d039a950d116f96c5fa40d4fc9d X-VCS-Branch: master Date: Wed, 16 Jan 2019 11:23:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 017f421e-527e-4d4c-b0e4-dfc0d2fd96c5 X-Archives-Hash: 000453370e7091d2401f61142e8583aa commit: 5914a64fd6cb5d039a950d116f96c5fa40d4fc9d Author: Lars Wendler gentoo org> AuthorDate: Wed Jan 16 11:23:10 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jan 16 11:23:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5914a64f media-libs/harfbuzz: Explicitly add --without-fontconfig in order to avoid a useless pkg-config check. Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> media-libs/harfbuzz/harfbuzz-2.0.2-r1.ebuild | 1 + media-libs/harfbuzz/harfbuzz-2.1.3-r1.ebuild | 1 + media-libs/harfbuzz/harfbuzz-2.2.0-r1.ebuild | 1 + media-libs/harfbuzz/harfbuzz-2.3.0-r1.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/media-libs/harfbuzz/harfbuzz-2.0.2-r1.ebuild b/media-libs/harfbuzz/harfbuzz-2.0.2-r1.ebuild index b8600d818de..2cfc66808b2 100644 --- a/media-libs/harfbuzz/harfbuzz-2.0.2-r1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.0.2-r1.ebuild @@ -86,6 +86,7 @@ multilib_src_configure() { # harfbuzz-gobject only used for instrospection, bug #535852 local myeconfargs=( --without-coretext + --without-fontconfig #609300 --without-uniscribe $(use_enable static-libs static) $(multilib_native_use_with cairo) diff --git a/media-libs/harfbuzz/harfbuzz-2.1.3-r1.ebuild b/media-libs/harfbuzz/harfbuzz-2.1.3-r1.ebuild index 10bc7d68e30..9223739ba80 100644 --- a/media-libs/harfbuzz/harfbuzz-2.1.3-r1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.1.3-r1.ebuild @@ -86,6 +86,7 @@ multilib_src_configure() { # harfbuzz-gobject only used for instrospection, bug #535852 local myeconfargs=( --without-coretext + --without-fontconfig #609300 --without-uniscribe $(use_enable static-libs static) $(multilib_native_use_with cairo) diff --git a/media-libs/harfbuzz/harfbuzz-2.2.0-r1.ebuild b/media-libs/harfbuzz/harfbuzz-2.2.0-r1.ebuild index 10bc7d68e30..9223739ba80 100644 --- a/media-libs/harfbuzz/harfbuzz-2.2.0-r1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.2.0-r1.ebuild @@ -86,6 +86,7 @@ multilib_src_configure() { # harfbuzz-gobject only used for instrospection, bug #535852 local myeconfargs=( --without-coretext + --without-fontconfig #609300 --without-uniscribe $(use_enable static-libs static) $(multilib_native_use_with cairo) diff --git a/media-libs/harfbuzz/harfbuzz-2.3.0-r1.ebuild b/media-libs/harfbuzz/harfbuzz-2.3.0-r1.ebuild index f2bf9692ac9..08348f2ec48 100644 --- a/media-libs/harfbuzz/harfbuzz-2.3.0-r1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.3.0-r1.ebuild @@ -86,6 +86,7 @@ multilib_src_configure() { # harfbuzz-gobject only used for instrospection, bug #535852 local myeconfargs=( --without-coretext + --without-fontconfig #609300 --without-uniscribe $(use_enable static-libs static) $(multilib_native_use_with cairo)