Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/
Date: Sun, 27 Mar 2022 02:58:50
Message-Id: 1648349889.9988904e1660bddfb33e49cec5f05b6ec3fac223.sam@gentoo
1 commit: 9988904e1660bddfb33e49cec5f05b6ec3fac223
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 02:58:09 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 02:58:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9988904e
7
8 net-firewall/nftables: drop patches from live ebuild
9
10 All applied upstream.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 net-firewall/nftables/nftables-9999.ebuild | 6 ------
15 1 file changed, 6 deletions(-)
16
17 diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild
18 index 4e105370dd23..fa427dadfaab 100644
19 --- a/net-firewall/nftables/nftables-9999.ebuild
20 +++ b/net-firewall/nftables/nftables-9999.ebuild
21 @@ -55,12 +55,6 @@ REQUIRED_USE="
22 libedit? ( !readline )
23 "
24
25 -PATCHES=(
26 - "${FILESDIR}/nftables-1.0.2-compilation.patch"
27 - "${FILESDIR}/nftables-1.0.2-build-explicitly-pass-version-script-to-linker.patch"
28 - "${FILESDIR}/nftables-1.0.2-libnftables.map-export-new-nft_ctx_-get-set-_optimiz.patch"
29 -)
30 -
31 pkg_setup() {
32 if kernel_is ge 3 13; then
33 if use modern-kernel && kernel_is lt 3 18; then