commit: 7b44116b4a669a49e51e5a495ab62a25229e18e4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 2 04:10:31 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 5 04:32:56 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7b44116b
bin/install-qa-check.d/95empty-dirs: update message for EAPI 8 Portage changed the default for >= EAPI 8 ("newer EAPIs" at the time, not actually specific to 8) in bfda0d2bd4ba03a4e77f488ec3fd4f9c6c351662 to enable FEATURES="strict-keepdir". Signed-off-by: Sam James <sam <AT> gentoo.org> Closes: https://github.com/gentoo/portage/pull/802 Signed-off-by: Sam James <sam <AT> gentoo.org> bin/install-qa-check.d/95empty-dirs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-qa-check.d/95empty-dirs b/bin/install-qa-check.d/95empty-dirs index 34a1daf21..b8612bdf1 100644 --- a/bin/install-qa-check.d/95empty-dirs +++ b/bin/install-qa-check.d/95empty-dirs @@ -33,7 +33,7 @@ find_empty_dirs() { done eqawarn eqawarn "If those directories need to be preserved, please make sure to create" - eqawarn "or mark them for keeping using 'keepdir'. Future versions of Portage" + eqawarn "or mark them for keeping using 'keepdir'. Portage for >= EAPI 8 ebuilds" eqawarn "will strip empty directories from installation image." fi }