diff options
author | 2024-11-04 21:05:31 +0100 | |
---|---|---|
committer | 2024-11-04 21:05:31 +0100 | |
commit | 894c69b76782f5f3627787a8625aaac1f246b331 (patch) | |
tree | df4b482528ef980f2d1a386db3c87c241fa47005 /profiles/prefix | |
parent | dev-python/dulwich-0.22.4: use tabs, not spaces (diff) | |
download | gentoo-894c69b76782f5f3627787a8625aaac1f246b331.tar.gz gentoo-894c69b76782f5f3627787a8625aaac1f246b331.tar.bz2 gentoo-894c69b76782f5f3627787a8625aaac1f246b331.zip |
profiles/prefix/{darwin,sunos}: mask USE=native-extensions for dulwich
This requires Rust, and we don't have that keyworded for these
platforms.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask index 4b5ae83616ed..ff02467c2266 100644 --- a/profiles/prefix/darwin/package.use.mask +++ b/profiles/prefix/darwin/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (2024-11-04) +# Don't have Rust here (yet) +dev-python/dulwich native-extensions + # 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 diff --git a/profiles/prefix/sunos/solaris/package.use.mask b/profiles/prefix/sunos/solaris/package.use.mask index ab2b27c9ac44..e3f8a82bfda8 100644 --- a/profiles/prefix/sunos/solaris/package.use.mask +++ b/profiles/prefix/sunos/solaris/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (2024-11-04) +# Don't have Rust here (yet) +dev-python/dulwich native-extensions + # Fabian Groffen <grobian@gentoo.org> (2024-08-20) # quic code fails to compile, seems Linux minded net-misc/curl http3 quic curl_quic_openssl |