diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-06-19 08:46:53 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-06-19 08:51:00 +0200 |
commit | 154631a73c9a5113baf279dfbd44b9058a15eb7b (patch) | |
tree | bc01167bb0ad241bafc14f81d095074e0c5ea983 /net-firewall | |
parent | media-video/yle-dl: bump to 2020-06-18 (diff) | |
download | gentoo-154631a73c9a5113baf279dfbd44b9058a15eb7b.tar.gz gentoo-154631a73c9a5113baf279dfbd44b9058a15eb7b.tar.bz2 gentoo-154631a73c9a5113baf279dfbd44b9058a15eb7b.zip |
net-firewall/ebtables: Don't compress the "ethertypes" file
Bug: https://bugs.gentoo.org/724138
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ebtables/ebtables-2.0.11-r2.ebuild (renamed from net-firewall/ebtables/ebtables-2.0.11-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-firewall/ebtables/ebtables-2.0.11-r1.ebuild b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild index 038a8e1204cb..d455e69db67b 100644 --- a/net-firewall/ebtables/ebtables-2.0.11-r1.ebuild +++ b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild @@ -84,6 +84,7 @@ src_install() { newman ebtables-legacy.8 ebtables.8 einstalldocs + docompress -x /usr/share/doc/${PF}/ethertypes #724138 } pkg_postinst() { |