From c35c1bf5949b16de6668faf38d73e67f5b23cf3a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 12 Feb 2022 17:27:58 +0100 Subject: profiles: Clean up obsolete entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- profiles/features/clang/package.use | 3 +-- profiles/features/prefix/package.use | 4 ---- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'profiles/features') 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 (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 -- cgit v1.2.3-65-gdbad