diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-12 17:27:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-12 17:49:59 +0100 |
commit | c35c1bf5949b16de6668faf38d73e67f5b23cf3a (patch) | |
tree | b558bad3e559183064a5b27962dbdc1e39b0139e /profiles/features | |
parent | media-libs/openimageio: Revert "try harder to avoid OpenEXR 2" (diff) | |
download | gentoo-c35c1bf5949b16de6668faf38d73e67f5b23cf3a.tar.gz gentoo-c35c1bf5949b16de6668faf38d73e67f5b23cf3a.tar.bz2 gentoo-c35c1bf5949b16de6668faf38d73e67f5b23cf3a.zip |
profiles: Clean up obsolete entries
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/clang/package.use | 3 | ||||
-rw-r--r-- | profiles/features/prefix/package.use | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/profiles/features/clang/package.use b/profiles/features/clang/package.use index 5d568cb8cb66..980c320218f9 100644 --- a/profiles/features/clang/package.use +++ b/profiles/features/clang/package.use @@ -2,7 +2,7 @@ sys-devel/llvm -gold # use all defaults -sys-devel/clang compiler-rt default-compiler-rt default-lld default-libcxx llvm-libunwind +sys-devel/clang default-compiler-rt default-lld default-libcxx llvm-libunwind sys-libs/compiler-rt clang # disable sanitizers for now @@ -11,7 +11,6 @@ sys-devel/clang-runtime compiler-rt libcxx -sanitize sys-libs/libcxx libunwind libcxxabi sys-libs/libcxxabi libunwind -sys-libs/llvm-libunwind compiler-rt # libgcrypt doesn't like optimizations dev-libs/libgcrypt o-flag-munging diff --git a/profiles/features/prefix/package.use b/profiles/features/prefix/package.use index 2c6d13ceb043..149c84339598 100644 --- a/profiles/features/prefix/package.use +++ b/profiles/features/prefix/package.use @@ -5,7 +5,3 @@ sys-apps/util-linux -su # Don't enable the security measures for convienence sys-apps/portage -rsync-verify - -# Yiyang Wu <xgreenlandforwyy@gmail.com> (2021-03-03) -# bazel should link libstdc++ statically in prefix to avoid finding host's libstdc++ when building other packages -dev-util/bazel static-libs |