Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/
Date: Thu, 27 May 2021 16:57:30
Message-Id: 1622134616.c21a974a54209bc62e0927c66c2c1b6c6587cb2e.chutzpah@gentoo
1 commit: c21a974a54209bc62e0927c66c2c1b6c6587cb2e
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 16:56:56 2021 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 16:56:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21a974a
7
8 net-firewall/nftables: slibtool patch to 0.9.9 and 9999 (bug #792414)
9
10 Closes: https://bugs.gentoo.org/792414
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 net-firewall/nftables/nftables-0.9.9.ebuild | 4 ++++
15 net-firewall/nftables/nftables-9999.ebuild | 4 ++++
16 2 files changed, 8 insertions(+)
17
18 diff --git a/net-firewall/nftables/nftables-0.9.9.ebuild b/net-firewall/nftables/nftables-0.9.9.ebuild
19 index 0e1eabdee43..8a0d67aa983 100644
20 --- a/net-firewall/nftables/nftables-0.9.9.ebuild
21 +++ b/net-firewall/nftables/nftables-0.9.9.ebuild
22 @@ -52,6 +52,10 @@ REQUIRED_USE="
23 libedit? ( !readline )
24 "
25
26 +PATCHES=(
27 + "${FILESDIR}/${PN}-0.9.8-slibtool.patch"
28 +)
29 +
30 python_make() {
31 emake \
32 -C py \
33
34 diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild
35 index 8a789cccbab..23f5268432b 100644
36 --- a/net-firewall/nftables/nftables-9999.ebuild
37 +++ b/net-firewall/nftables/nftables-9999.ebuild
38 @@ -52,6 +52,10 @@ REQUIRED_USE="
39 libedit? ( !readline )
40 "
41
42 +PATCHES=(
43 + "${FILESDIR}/${PN}-0.9.8-slibtool.patch"
44 +)
45 +
46 python_make() {
47 emake \
48 -C py \