diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-11-04 20:52:14 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-11-04 21:09:44 -0500 |
commit | 40487bc42dd544ed821fa4bc4e9e83551a28d00b (patch) | |
tree | d6d3dc5687332b22f37980f807ce5fbd62886ca6 /profiles | |
parent | www-client/chromium: Stabilize 130.0.6723.91 arm64, #942590 (diff) | |
download | gentoo-40487bc42dd544ed821fa4bc4e9e83551a28d00b.tar.gz gentoo-40487bc42dd544ed821fa4bc4e9e83551a28d00b.tar.bz2 gentoo-40487bc42dd544ed821fa4bc4e9e83551a28d00b.zip |
profiles/prefix/{darwin,sunos}: inherit the wd40 profile feature
These prefix targets don't possess virtual/rust. Mask the entire unified
set of "masks for profiles that cannot build rust software".
Revert "mask USE=native-extensions for dulwich". (It is redundant with
wd40.)
This reverts commit 894c69b76782f5f3627787a8625aaac1f246b331.
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Acked-by: Sam James <sam@gentoo.org>
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/prefix/darwin/parent | 1 | ||||
-rw-r--r-- | profiles/prefix/sunos/parent | 1 | ||||
-rw-r--r-- | profiles/prefix/sunos/solaris/package.use.mask | 4 |
4 files changed, 2 insertions, 8 deletions
diff --git a/profiles/prefix/darwin/package.use.mask b/profiles/prefix/darwin/package.use.mask index ff02467c2266..4b5ae83616ed 100644 --- a/profiles/prefix/darwin/package.use.mask +++ b/profiles/prefix/darwin/package.use.mask @@ -1,10 +1,6 @@ # 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/darwin/parent b/profiles/prefix/darwin/parent index 8f6bb2022d1e..d78adeeaf2bd 100644 --- a/profiles/prefix/darwin/parent +++ b/profiles/prefix/darwin/parent @@ -1,3 +1,4 @@ ../../base ../../arch/base .. +../../features/wd40 diff --git a/profiles/prefix/sunos/parent b/profiles/prefix/sunos/parent index 8f6bb2022d1e..d78adeeaf2bd 100644 --- a/profiles/prefix/sunos/parent +++ b/profiles/prefix/sunos/parent @@ -1,3 +1,4 @@ ../../base ../../arch/base .. +../../features/wd40 diff --git a/profiles/prefix/sunos/solaris/package.use.mask b/profiles/prefix/sunos/solaris/package.use.mask index e3f8a82bfda8..ab2b27c9ac44 100644 --- a/profiles/prefix/sunos/solaris/package.use.mask +++ b/profiles/prefix/sunos/solaris/package.use.mask @@ -1,10 +1,6 @@ # 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 |