commit: 30d858240ebec182ec01b72af3895542123228dd Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Wed Oct 5 23:04:02 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Oct 5 23:04:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d85824
profiles: mask net-misc/netkit-bootpd for removal Bug: https://bugs.gentoo.org/875536 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index adc96212989f..0167b8929268 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Mike Gilbert <[email protected]> (2022-10-05) +# Implements the obsolete BOOTP protocol; use DHCP instead. +# No activity upstream for over two decades. +# Fails to build with -Werror=implicit-function-declaration (#875536). +# Removal on 2022-11-04. +net-misc/netkit-bootpd + # Matt Turner <[email protected]> (2022-10-01) # Unmaintained upstream. Last commit was 10 years ago today. # Unclear if it does anything useful. Many open bugs: #584352, #833102,
