diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-02-28 20:42:25 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-02-29 12:56:02 -0500 |
commit | 1f9d961bfe241cc1e14725c997f0e4853e0d43e0 (patch) | |
tree | 1f7acaa06edfcd4923c62a7a0949ea27b373e194 /profiles/base | |
parent | dev-python/redis: Bump to 5.0.2 (diff) | |
download | gentoo-1f9d961bfe241cc1e14725c997f0e4853e0d43e0.tar.gz gentoo-1f9d961bfe241cc1e14725c997f0e4853e0d43e0.tar.bz2 gentoo-1f9d961bfe241cc1e14725c997f0e4853e0d43e0.zip |
dev-util/pkgconf: Add IUSE=native-symlinks
Similar to other toolchain packages.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.force | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 7430401bf4b8..e268e4fb037c 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,13 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <mattst88@gentoo.org> (2024-02-28) +# A large number of packages still need /usr/bin/pkg-config +# including meson.eclass consumers. +# This is largely a QA smoketesting flag, and as such, should +# not be enabled by users. +dev-util/pkgconf native-symlinks + # Ionen Wolkens <ionen@gentoo.org> (2024-02-17) # Currently fails to build with gcc, and either way the current upstream # makes it clear that non-clang is not a supported configuration. |