Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/neutron/
Date: Mon, 30 Mar 2020 03:03:27
Message-Id: 1585537396.139cd3b0d9b7a4b2e85445f7160b1091babc6364.prometheanfire@gentoo
1 commit: 139cd3b0d9b7a4b2e85445f7160b1091babc6364
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 03:02:55 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 03:03:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139cd3b0
7
8 sys-cluster/neutron: clean up kernel config checks
9
10 Closes: https://bugs.gentoo.org/713656
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 sys-cluster/neutron/neutron-2019.2.9999.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-cluster/neutron/neutron-2019.2.9999.ebuild b/sys-cluster/neutron/neutron-2019.2.9999.ebuild
18 index 518d9465fd1..0e695046904 100644
19 --- a/sys-cluster/neutron/neutron-2019.2.9999.ebuild
20 +++ b/sys-cluster/neutron/neutron-2019.2.9999.ebuild
21 @@ -128,8 +128,8 @@ RDEPEND="
22 pkg_pretend() {
23 linux-info_pkg_setup
24 CONFIG_CHECK_MODULES="VLAN_8021Q IP6_NF_FILTER IP6_NF_IPTABLES IP_NF_TARGET_REJECT \
25 - IP_NF_MANGLE IP_NF_TARGET_MASQUERADE NF_NAT_IPV4 NF_CONNTRACK_IPV4 NF_DEFRAG_IPV4 \
26 - NF_NAT_IPV4 NF_NAT NF_CONNTRACK IP_NF_FILTER IP_NF_IPTABLES NETFILTER_XTABLES"
27 + IP_NF_MANGLE IP_NF_TARGET_MASQUERADE NF_NAT_IPV4 NF_DEFRAG_IPV4 NF_NAT NF_CONNTRACK \
28 + IP_NF_FILTER IP_NF_IPTABLES NETFILTER_XTABLES"
29 if linux_config_exists; then
30 for module in ${CONFIG_CHECK_MODULES}; do
31 linux_chkconfig_present ${module} || ewarn "${module} needs to be enabled in kernel"