commit: b5ca6df42954b52fc63f80b354f25f72ff0a750e Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 23 20:43:02 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Mar 23 20:43:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ca6df4
profiles/base: set default dev-libs/tree-sitter-bash[python] While unconventional, this makes installing pkgcheck much simpler. Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/base/package.use | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use b/profiles/base/package.use index 687c16860467..cf646b56fb24 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Arthur Zamarin <[email protected]> (2024-03-23) +# Used by pkgcheck, so let's make it easier for all developers to install it +>=dev-libs/tree-sitter-bash-0.21.0 python + # Alfred Wingate <[email protected]> (2023-12-25) # Default to gbm on non-desktop with REQUIRED_USE: ^^ ( gbm wayland X ) >=media-tv/kodi-20.2 gbm udev
