commit: 118859f09e0420798d9daa09416ae4622d83cfc4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 8 01:08:11 2024 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Thu Feb 8 03:16:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=118859f0
Drop references to uclibc uclibc was removed from Gentoo a while ago - see the 2021-08-18-uclibc-ng-retirement news item. Bug: https://bugs.gentoo.org/820905 Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: John Helmert III <ajak <AT> gentoo.org> README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 998b810..2ef6a80 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,6 @@ The following upstream stage3 targets are not built at all: * `stage3-amd64-musl-vanilla` [[deprecated](#deprecated)] * `stage3-amd64-nomultilib` [[deprecated](#deprecated)] * `stage3-amd64-nomultilib-selinux-openrc` [[selinux](#selinux)] - * `stage3-amd64-uclibc-hardened` [[deprecated](#deprecated)] - * `stage3-amd64-uclibc-vanilla` [[deprecated](#deprecated)] * `stage3-x32` [[deprecated](#deprecated), [unsupported](#unsupported)] * `stage3-x32-openrc` [[unsupported](#unsupported)] * `arm` @@ -105,8 +103,6 @@ The following upstream stage3 targets are not built at all: * `stage3-i686` [[deprecated](#deprecated)] * `stage3-i686-hardened` [[deprecated](#deprecated)] * `stage3-i686-musl-vanilla` [[deprecated](#deprecated)] - * `stage3-i686-uclibc-hardened` [[deprecated](#deprecated)] - * `stage3-i686-uclibc-vanilla` [[deprecated](#deprecated)] <a name="deprecated">[deprecated]</a>: Deprecated stage3 target
