commit: 1467a4b2351876cd1dae77116a79920c6022a9f2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 10 20:12:34 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 10 20:18:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1467a4b2
profiles/prefix/package.use.mask: mask dev-lang/ruby[systemtap] It's currently forcibly disabled in the ::prefix ebuilds and I'd like to get those dropped and synced with the main tree. We can return to this and drop the mask later, but adding it now lets us simplify the logic without having to test multiple things at once. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/prefix/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask index 87169c7c52c..e256f5fbba1 100644 --- a/profiles/prefix/package.use.mask +++ b/profiles/prefix/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2020-12-10) +# Disable systemtap for now to be consistent +# with ::prefix pre-merge. +# Not yet tested so we may be able to drop this later. +dev-lang/ruby systemtap + # Fabian Groffen <[email protected]> (2020-06-07) # installing kernels has no business in Prefix sys-apps/debianutils installkernel
