media-libs/fontconfig: swap libuuid for native-uuid for darwin targets
authorFabian Groffen <grobian@gentoo.org>
Sat, 2 Jun 2018 17:25:15 +0000 (19:25 +0200)
committerFabian Groffen <grobian@gentoo.org>
Sat, 2 Jun 2018 17:25:35 +0000 (19:25 +0200)
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

index 2e0e7986dda0458aa4f6dfbb431a132332835842..6cce3f4bef03ce7169f27a229205483708dc7bac 100644 (file)
@@ -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