diff options
author | Mike Frysinger <vapier@chromium.org> | 2021-02-09 10:28:59 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-02-09 10:58:03 -0500 |
commit | ec63ecd11227071dd59a2ff8fd398c3d57010408 (patch) | |
tree | 8bf66a5b90d115423723767fb1d0fb5ff4961c04 /net-firewall/ebtables | |
parent | net-firewall/ebtables: update HOMEPAGE (diff) | |
download | gentoo-ec63ecd11227071dd59a2ff8fd398c3d57010408.tar.gz gentoo-ec63ecd11227071dd59a2ff8fd398c3d57010408.tar.bz2 gentoo-ec63ecd11227071dd59a2ff8fd398c3d57010408.zip |
net-firewall/ebtables: stop installing /etc/ethertypes when USE=static
We stopped installing this in USE=-static already in favor of the
ethertypes package, so fix the USE=static codepath too.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'net-firewall/ebtables')
-rw-r--r-- | net-firewall/ebtables/ebtables-2.0.11-r2.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild index 826555bb3bac..2e2c4a000704 100644 --- a/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild +++ b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild @@ -79,8 +79,6 @@ src_install() { else into / newsbin static ebtables - insinto /etc - doins ethertypes fi newman ebtables-legacy.8 ebtables.8 |