diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-05-03 09:21:46 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-05-03 09:22:43 +0200 |
commit | 45a73952accbf6a52eea539cc7f5f1a59bf786a7 (patch) | |
tree | d98102a5f7987938fa87930ef8e8aa4fae6483d0 /profiles/prefix/darwin | |
parent | media-libs/libopenshot: enable py3.11 (diff) | |
download | gentoo-45a73952accbf6a52eea539cc7f5f1a59bf786a7.tar.gz gentoo-45a73952accbf6a52eea539cc7f5f1a59bf786a7.tar.bz2 gentoo-45a73952accbf6a52eea539cc7f5f1a59bf786a7.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/prefix/darwin')
-rw-r--r-- | profiles/prefix/darwin/package.use.mask | 6 |
1 files changed, 5 insertions, 1 deletions
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 <grobian@gentoo.org> (2023-05-03) +# Darwin is Mach-O, so ELF stuff is not useful here and missing deps +dev-libs/glib elf + # Sam James <sam@gentoo.org> (2020-12-01) # Needs more work to make bindings build dev-db/qdbm java perl ruby |