Skip to content

Commit

Permalink
net-firewall/xtables-addons: fix typo
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
blueness committed Feb 18, 2018
1 parent 28b1a2b commit 2dad633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net-firewall/xtables-addons/xtables-addons-3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pkg_setup() {
SKIP_IPV6_MODULES="ip6table_rawpost"
ewarn "No IPV6 support in kernel. Disabling: ${SKIP_IPV6_MODULES}"
fi
kernel_is -lt 4 15 && die "${P} requires kernel version >= 4.15, if you have older kernel please use 1.x version instead"
kernel_is -lt 4 15 && die "${P} requires kernel version >= 4.15, if you have older kernel please use 2.x version instead"
fi
}

Expand Down

0 comments on commit 2dad633

Please sign in to comment.