diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-11-23 14:28:31 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-11-23 14:31:18 +0100 |
commit | 788bd76b1982f7ce955359d3ea99b0e5cf095450 (patch) | |
tree | ce1318064b1d9c945fad653bdd05870707cd3c47 /profiles | |
parent | profiles/prefix/darwin/macos/package.mask: mask gettext-0.21 (diff) | |
download | gentoo-788bd76b1982f7ce955359d3ea99b0e5cf095450.tar.gz gentoo-788bd76b1982f7ce955359d3ea99b0e5cf095450.tar.bz2 gentoo-788bd76b1982f7ce955359d3ea99b0e5cf095450.zip |
profiles/prefix/darwin/macos: mask pkgconfig on fsf-gcc profile
pkgconfig uses system frameworks for some reason, and thus needs blocks
support
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask index 08447c2eba64..f86a094ace0e 100644 --- a/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask +++ b/profiles/prefix/darwin/macos/features/fsf-gcc-nold/package.mask @@ -6,3 +6,6 @@ -sys-devel/native-cctools # and unmask FSF GCC itself of course -sys-devel/gcc + +# packages which link to framework and therefore fail (blocks) +dev-util/pkgconfig |