Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596634 - net-wireless/blueman-2.0.4: pkg_setup calls pkg_pretend
Summary: net-wireless/blueman-2.0.4: pkg_setup calls pkg_pretend
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 596616
  Show dependency tree
 
Reported: 2016-10-09 09:00 UTC by Michał Górny
Modified: 2019-04-13 16:38 UTC (History)
1 user (show)

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-10-09 09:00:32 UTC
See tracker.
Comment 1 Sander Sweers 2017-10-14 14:32:22 UTC
Adding below and calling it in the two phases does the trick for me.

check_kernel_network() {
	if use network; then
		linux-info_get_any_version
		local CONFIG_CHECK="~BRIDGE ~IP_NF_IPTABLES
			~IP_NF_NAT ~IP_NF_TARGET_MASQUERADE"
		check_extra_config
	fi
}
Comment 2 Larry the Git Cow gentoo-dev 2019-04-13 16:38:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697e3c0695aa214f2734434077326f929456ac19

commit 697e3c0695aa214f2734434077326f929456ac19
Author:     Tiziano Müller <dev-zero@gentoo.org>
AuthorDate: 2019-04-13 16:35:46 +0000
Commit:     Tiziano Müller <dev-zero@gentoo.org>
CommitDate: 2019-04-13 16:37:52 +0000

    net-wireless/blueman: fix DHCP server dir & kernel config check
    
    Closes: https://bugs.gentoo.org/596634
    Closes: https://bugs.gentoo.org/628924
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Tiziano Müller <dev-zero@gentoo.org>

 net-wireless/blueman/blueman-2.1_alpha3-r1.ebuild | 123 ++++++++++++++++++++++
 net-wireless/blueman/blueman-9999.ebuild          |  18 ++--
 2 files changed, 132 insertions(+), 9 deletions(-)