commit: d01a87f1908512663d798e87130466634da06fbf Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Mon Jun 2 16:33:04 2025 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 20:45:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01a87f1
profiles/arch/arm: mask dev-lang/php[capstone] We are missing keywords for dev-libs/capstone. Bug: https://bugs.gentoo.org/943650 Bug: https://bugs.gentoo.org/945086 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/arch/arm/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 88fc685ee5ed..1679435d0067 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michael Orlitzky <[email protected]> (2025-06-02) +# dev-libs/capstone needs keywords, bug 945086 +dev-lang/php capstone + # NRK <[email protected]> (2025-05-18) # app-arch/plzip is not keyworded app-alternatives/lzip plzip
