Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/xtables-addons/
Date: Mon, 31 Jul 2017 05:59:41
Message-Id: 1501480722.9c64631a43123c2430bc788ea36b08861c704f15.blueness@gentoo
1 commit: 9c64631a43123c2430bc788ea36b08861c704f15
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 05:58:42 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 05:58:42 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c64631a
7
8 net-firewall/xtables-addons: relax UNUSED_SYMBOLS
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 net-firewall/xtables-addons/xtables-addons-2.13.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
16 index c81d47572de..0cc12c83629 100644
17 --- a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
18 +++ b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
19 @@ -56,7 +56,7 @@ pkg_setup() {
20 if use modules; then
21 get_version
22 check_modules_supported
23 - CONFIG_CHECK="NF_CONNTRACK NF_CONNTRACK_MARK ~CONNECTOR UNUSED_SYMBOLS"
24 + CONFIG_CHECK="NF_CONNTRACK NF_CONNTRACK_MARK ~CONNECTOR"
25 ERROR_CONNECTOR="Please, enable CONFIG_CONNECTOR if you wish to receive userspace notifications from pknock through netlink/connector"
26 linux-mod_pkg_setup