commit: 7626550ae6795d00b29492808d61891934c9be2f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 9 11:28:54 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 9 11:28:54 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7626550a
profiles/arch: mask dev-util/cmake[debugger] on most arches Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 83a261731286..d2146cb91175 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2023-06-09) +# dev-cpp/cppdap is not keyworded on most arches +dev-util/cmake -debugger + # Sam James <[email protected]> (2023-05-15) # net-libs/rustls-ffi is keyworded here www-servers/apache -apache2_modules_tls diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index db7cae156eac..75cfebf25113 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2023-06-09) +# dev-cpp/cppdap is not keyworded on most arches +dev-util/cmake debugger + # Sam James <[email protected]> (2023-05-15) # Unkeyworded dependencies www-servers/apache apache2_modules_tls
