commit: 12742e52ea39b81cb6cc8352b2e19c38231f2f68 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 23:51:35 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 23:53:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12742e52
profiles/package.mask: mask sys-boot/netboot for last-rite Bug: https://bugs.gentoo.org/884335 Bug: https://bugs.gentoo.org/894128 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index abdc529620ae..ead11a3599cf 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,12 @@ #--- END OF EXAMPLES --- +# Conrad Kostecki <[email protected]> (2023-04-23) +# Very old package, does not build with modern compilers. +# It provides BOOTP support, predecessor of DHCP. +# Removal on 2023-05-23. Bugs #894128, #884335 +sys-boot/netboot + # Jakov Smolić <[email protected]> (2023-04-21) # Does not support python 3.11, uses deprecated dev-python/future, # inactive upstream (last commit in 2019).
