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 14C40138335 for ; Sat, 2 Jun 2018 17:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18559E088A; Sat, 2 Jun 2018 17:25:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DC69FE088A for ; Sat, 2 Jun 2018 17:25:46 +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 5B615335C75 for ; Sat, 2 Jun 2018 17:25:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F09272BC for ; Sat, 2 Jun 2018 17:25:42 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1527960335.9a4c066a24f03816b974347b2cce31a753b4ead5.grobian@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.13.0-r4.ebuild X-VCS-Directories: media-libs/fontconfig/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 9a4c066a24f03816b974347b2cce31a753b4ead5 X-VCS-Branch: master Date: Sat, 2 Jun 2018 17:25: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: 6dfa1891-4f4b-439f-8362-c0163c11baf5 X-Archives-Hash: dac87f22b45b5271ef9b95f00804e1c8 commit: 9a4c066a24f03816b974347b2cce31a753b4ead5 Author: Fabian Groffen gentoo org> AuthorDate: Sat Jun 2 17:25:15 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jun 2 17:25:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4c066a media-libs/fontconfig: swap libuuid for native-uuid for darwin targets Third time's the charm, I hope. using libuuid breaks macOS system headers, so to satisfy packages which insist on pkg-config, use native-uuid which provides a mere .pc file, so the host uuid can be used again. Package-Manager: Portage-2.3.24, Repoman-2.3.6 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 2e0e7986dda..6cce3f4bef0 100644 --- a/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild +++ b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild @@ -20,7 +20,7 @@ IUSE="doc static-libs" RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=media-libs/freetype-2.9[${MULTILIB_USEDEP}] !elibc_Darwin? ( sys-apps/util-linux[${MULTILIB_USEDEP}] ) - elibc_Darwin? ( sys-libs/libuuid ) + elibc_Darwin? ( sys-libs/native-uuid ) virtual/libintl[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig