commit: 9551b6b0c63ca061fbb86d144495e6efa48696b4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 6 08:42:12 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 6 08:46:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9551b6b0
profiles/features/wd40: tweak thin-provisioning-tools mask Be slightly nicer for now as people on wd40 arches might rely on this for booting. Not that we can really do much about this in the long-term, especially given e.g. bug #910223 shows that it's not exactly a finished product (as well as the constant rewrites). Bug: https://bugs.gentoo.org/910223 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/wd40/package.mask | 2 +- profiles/features/wd40/package.use.mask | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/features/wd40/package.mask b/profiles/features/wd40/package.mask index 2f2f4c1f1877..ae7af0310b92 100644 --- a/profiles/features/wd40/package.mask +++ b/profiles/features/wd40/package.mask @@ -117,7 +117,7 @@ net-news/newsboat net-p2p/deluge sci-geosciences/gnome-maps >=sys-apps/bat-0.18.1 -sys-block/thin-provisioning-tools +>=sys-block/thin-provisioning-tools-1.0.6 sys-fs/bcachefs-tools virtual/rust www-apps/radicale diff --git a/profiles/features/wd40/package.use.mask b/profiles/features/wd40/package.use.mask index b76b7c7a9514..6104e85bec41 100644 --- a/profiles/features/wd40/package.use.mask +++ b/profiles/features/wd40/package.use.mask @@ -3,7 +3,7 @@ # Sam James <[email protected]> (2023-09-06) # sys-block/thin-provisioning-tools now needs Rust. -sys-fs/lvm2 thin +>=sys-fs/lvm2-2.03.22-r2 thin # Hans de Graaff <[email protected]> (2023-09-03) # selenium-webdriver is needed for these tests but that requires
