commit: 13dad060bb8e0f2c5d8940617551a788efd91c6f Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jul 8 19:45:43 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jul 8 19:46:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13dad060
package.use.force: force xattr on for gettext, bug 910070 Bug: https://bugs.gentoo.org/910070 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/base/package.use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index b11621632a51..3eae4f7b546e 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel <[email protected]> (2023-07-08) +# Uses attr even if disabling is requested, bug 910070 +# Workaround that should fix some stage builds +>=sys-devel/gettext-0.22-r1 xattr + # Joonas Niilola <[email protected]> (2023-06-06) # 114 looks very broken regarding unified build. It has too many # conditions when it works and when it doesn't. Bug #905780
