commit: 154631a73c9a5113baf279dfbd44b9058a15eb7b Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Jun 19 06:46:53 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Jun 19 06:51:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154631a7
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 <AT> gentoo.org> .../ebtables/{ebtables-2.0.11-r1.ebuild => ebtables-2.0.11-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/net-firewall/ebtables/ebtables-2.0.11-r1.ebuild b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild similarity index 97% rename from net-firewall/ebtables/ebtables-2.0.11-r1.ebuild rename to net-firewall/ebtables/ebtables-2.0.11-r2.ebuild index 038a8e1204c..d455e69db67 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() {
