Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 652934 - net-misc/dropbear-2018.76 should save_config localoptions.h instead of options.h
Summary: net-misc/dropbear-2018.76 should save_config localoptions.h instead of options.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-10 18:08 UTC by Conrad Kostecki
Modified: 2018-06-09 00:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Kostecki gentoo-dev 2018-04-10 18:08:09 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2018-06-09 00:27:59 UTC
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(-)
Comment 2 SpanKY gentoo-dev 2018-06-09 00:28:45 UTC
thanks, nice catch