commit: 45a73952accbf6a52eea539cc7f5f1a59bf786a7 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Wed May 3 07:21:46 2023 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Wed May 3 07:22:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a73952
profiles/prefix/darwin/package.use.mask: mask USE=elf for glib Darwin is not an ELF target and deps aren't keyworded/available here. Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> profiles/prefix/darwin/package.use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask index 70aa17d0cb7c..40dcb8932b8d 100644 --- a/profiles/prefix/darwin/package.use.mask +++ b/profiles/prefix/darwin/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <[email protected]> (2023-05-03) +# Darwin is Mach-O, so ELF stuff is not useful here and missing deps +dev-libs/glib elf + # Sam James <[email protected]> (2020-12-01) # Needs more work to make bindings build dev-db/qdbm java perl ruby
