commit: 3b1a8039ea49696c6f315168f164971929d823d9 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Fri Nov 1 22:55:09 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Fri Nov 1 22:58:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b1a8039
profiles: time64 needs newer glibc patchlevel Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/default/linux/x86/23.0/i686/time64/package.accept_keywords | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/default/linux/x86/23.0/i686/time64/package.accept_keywords b/profiles/default/linux/x86/23.0/i686/time64/package.accept_keywords index f065ec275cad..0d0241ad4db0 100644 --- a/profiles/default/linux/x86/23.0/i686/time64/package.accept_keywords +++ b/profiles/default/linux/x86/23.0/i686/time64/package.accept_keywords @@ -4,3 +4,7 @@ # For better testing of time64, we use gcc-14 here already in an otherwise stable # environment. sys-devel/gcc:14 ~x86 + +# We need glibc-2.39-r11 at least so we can handle the compiler that auto-sets _TIME_BITS +# etc +=sys-libs/glibc-2.39* ~x86
