commit: 3be9b76dbd62b8eb1a491fc6fb39a4020c9120a9 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Aug 4 00:14:36 2019 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Aug 4 00:15:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3be9b76d
profiles: unmask compile-locales useflag for glibc-2.30 and above Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> Bug: https://bugs.gentoo.org/146882 profiles/base/package.use.mask | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 21f1dc8bcf8..1765e1d5d9d 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -243,8 +243,8 @@ dev-db/mysql client-libs dev-db/percona-server client-libs # Andreas K. Hüttel <[email protected]> (2018-02-02) -# This feature is not ready yet, see bug 146882 comment 26 -sys-libs/glibc compile-locales +# This feature is not ready yet pre-2.30, see bug 146882 comment 26 +<sys-libs/glibc-2.30 compile-locales # Mart Raudsepp <[email protected]> (2018-01-10) # Failing tests, with extra deps that aren't keyworded due to that
