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 B7A88138334 for ; Sat, 2 Jun 2018 14:57:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1505EE0870; Sat, 2 Jun 2018 14:57:24 +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 D926DE085D for ; Sat, 2 Jun 2018 14:57:23 +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 D2CB8335C30 for ; Sat, 2 Jun 2018 14:57:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B9C2291 for ; Sat, 2 Jun 2018 14:57:21 +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: <1527951436.4d0eb7f8edbc1433b9e2b73ecd31bbd200a55c85.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: 4d0eb7f8edbc1433b9e2b73ecd31bbd200a55c85 X-VCS-Branch: master Date: Sat, 2 Jun 2018 14:57:21 +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: c2044eda-10c2-46eb-a4d2-b3ab89226f2f X-Archives-Hash: e6c7d8007ce8553a6feded9a6aa41b26 commit: 4d0eb7f8edbc1433b9e2b73ecd31bbd200a55c85 Author: Fabian Groffen gentoo org> AuthorDate: Sat Jun 2 14:36:57 2018 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sat Jun 2 14:57:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d0eb7f8 media-libs/fontconfig: depend on libuuid (with .pc file) for Darwin Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild index c80ddcea1c0..2e0e7986dda 100644 --- a/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild +++ b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild @@ -20,6 +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 ) virtual/libintl[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig @@ -73,13 +74,6 @@ multilib_src_configure() { ;; esac - if [[ ${CHOST} == *-darwin* ]] ; then - # Darwin provides uuid in libSystem, avoid pkg-config check for - # it with some dummy values - export UUID_CFLAGS="-I/usr/include/uuid-dummy" - export UUID_LIBS="-lc" - fi - local myeconfargs=( $(use_enable doc docbook) $(use_enable static-libs static)