commit: c21a974a54209bc62e0927c66c2c1b6c6587cb2e Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Thu May 27 16:56:56 2021 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Thu May 27 16:56:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21a974a
net-firewall/nftables: slibtool patch to 0.9.9 and 9999 (bug #792414) Closes: https://bugs.gentoo.org/792414 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org> net-firewall/nftables/nftables-0.9.9.ebuild | 4 ++++ net-firewall/nftables/nftables-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/net-firewall/nftables/nftables-0.9.9.ebuild b/net-firewall/nftables/nftables-0.9.9.ebuild index 0e1eabdee43..8a0d67aa983 100644 --- a/net-firewall/nftables/nftables-0.9.9.ebuild +++ b/net-firewall/nftables/nftables-0.9.9.ebuild @@ -52,6 +52,10 @@ REQUIRED_USE=" libedit? ( !readline ) " +PATCHES=( + "${FILESDIR}/${PN}-0.9.8-slibtool.patch" +) + python_make() { emake \ -C py \ diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild index 8a789cccbab..23f5268432b 100644 --- a/net-firewall/nftables/nftables-9999.ebuild +++ b/net-firewall/nftables/nftables-9999.ebuild @@ -52,6 +52,10 @@ REQUIRED_USE=" libedit? ( !readline ) " +PATCHES=( + "${FILESDIR}/${PN}-0.9.8-slibtool.patch" +) + python_make() { emake \ -C py \
