commit: 55fae45ef58cc693ffb0a6cf0f7875b302547375 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Wed Feb 18 14:25:41 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 20:39:49 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55fae45e
profiles/features/wd40: mask uv-build revdeps in mycli deptree Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/88 Merges: https://codeberg.org/gentoo/gentoo/pulls/88 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/wd40/package.mask | 5 ++++- profiles/features/wd40/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 54ce1b80adef..fcb3eb70f333 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Michał Górny <[email protected]> (2025-01-27) @@ -37,9 +37,12 @@ app-portage/emlop # requiring Rust to install, and their reverse dependencies. dev-python/aiosmtpd dev-python/atpublic +dev-python/behave dev-python/crispy-bootstrap3 dev-python/crispy-bootstrap4 dev-python/crispy-bootstrap5 +dev-python/cucumber-expressions +dev-python/cucumber-tag-expressions dev-python/dj-database-url dev-python/django-configurations dev-python/django-crispy-forms diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index c324ed4246d5..f4696f651c7d 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Alfred Wingate <[email protected]> (2026-02-18) +# Requires behave->cucumber-expressions->uv-build +dev-db/mycli test + # Ionen Wolkens <[email protected]> (2025-12-24) # media-libs/subrandr is written in rust media-video/mpv subrandr
