commit: b037adf4eee3f7fe5d386af0e8b5e6778d6d2db1 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jan 26 20:09:19 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Feb 1 09:52:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b037adf4
profiles: Mask sys-devel/llvm-roc and dev-util/rocm-clang-ocl for removal Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 05864aebc0a2..fbbbacc46472 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner <[email protected]> (2023-02-01) +# >=5.1 series uses vanilla llvm/clang instead of forked versions. +# Removal on 2023-03-02 +sys-devel/llvm-roc +dev-util/rocm-clang-ocl + # Michał Górny <[email protected]> (2023-01-31) # No tests, no activity since Aug 2020, no reverse dependencies. # Removal on 2023-03-02. Bug #892744.
