commit: 1ca97f1eff8cf777a3c93736fdbd05267b7583f4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jan 9 02:57:50 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 02:57:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca97f1e
profiles/arch/ia64: mask >=sys-libs/glibc-2.39 Drops support for ia64. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/ia64/package.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/ia64/package.mask b/profiles/arch/ia64/package.mask index 9561824f89ba..47b2b567a44f 100644 --- a/profiles/arch/ia64/package.mask +++ b/profiles/arch/ia64/package.mask @@ -1,6 +1,10 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2024-01-09) +# glibc-2.39 dropped support for ia64. +>=sys-libs/glibc-2.39 + # Sergei Trofimovich <[email protected]> (2020-05-02) # greenlet needs arch-specific stack switching code. There is no ia64 port. dev-python/greenlet
