summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-07-31 01:58:42 -0400
committerAnthony G. Basile <blueness@gentoo.org>2017-07-31 01:58:42 -0400
commit9c64631a43123c2430bc788ea36b08861c704f15 (patch)
tree98bdde6234e8e2e5463938612dc2302feab38881 /net-firewall
parentdev-ruby/ruby-yadis: add ruby24 (diff)
downloadgentoo-9c64631a43123c2430bc788ea36b08861c704f15.tar.gz
gentoo-9c64631a43123c2430bc788ea36b08861c704f15.tar.bz2
gentoo-9c64631a43123c2430bc788ea36b08861c704f15.zip
net-firewall/xtables-addons: relax UNUSED_SYMBOLS
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/xtables-addons/xtables-addons-2.13.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
index c81d47572de4..0cc12c836299 100644
--- a/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
+++ b/net-firewall/xtables-addons/xtables-addons-2.13.ebuild
@@ -56,7 +56,7 @@ pkg_setup() {
if use modules; then
get_version
check_modules_supported
- CONFIG_CHECK="NF_CONNTRACK NF_CONNTRACK_MARK ~CONNECTOR UNUSED_SYMBOLS"
+ CONFIG_CHECK="NF_CONNTRACK NF_CONNTRACK_MARK ~CONNECTOR"
ERROR_CONNECTOR="Please, enable CONFIG_CONNECTOR if you wish to receive userspace notifications from pknock through netlink/connector"
linux-mod_pkg_setup