It seems, that USE="savedconfig" changed in net-misc/dropbear-2018.76. Looking into /etc/portage/savedconfig/net-misc/dropbear-2018.76, I get this: #ifndef DROPBEAR_OPTIONS_H #define DROPBEAR_OPTIONS_H /* > > > Don't edit this file any more! < < < Local compile-time configuration should be defined in localoptions.h See default_options.h.in for a description of the available options. */ /* Some configuration options or checks depend on system config */ #include "config.h" #ifdef LOCALOPTIONS_H_EXISTS #include "localoptions.h" #endif /* default_options.h is processed to add #ifndef guards */ #include "default_options_guard.h" /* Some other defines that mostly should be left alone are defined * in sysoptions.h */ #include "sysoptions.h" #endif /* DROPBEAR_OPTIONS_H */ So it should be updated.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf3dddb4afcf2022d35e9f88f03003bdc6a2469 commit cdf3dddb4afcf2022d35e9f88f03003bdc6a2469 Author: Mike Frysinger <vapier@gentoo.org> AuthorDate: 2018-06-09 00:26:21 +0000 Commit: Mike Frysinger <vapier@gentoo.org> CommitDate: 2018-06-09 00:26:41 +0000 net-misc/dropbear: update config header #652934 Closes: https://bugs.gentoo.org/652934 net-misc/dropbear/dropbear-2018.76.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
thanks, nice catch