From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA27F15808B for ; Sun, 27 Mar 2022 02:58:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6593E08A0; Sun, 27 Mar 2022 02:58:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA2D0E08A2 for ; Sun, 27 Mar 2022 02:58:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8BCE343653 for ; Sun, 27 Mar 2022 02:58:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70C8135A for ; Sun, 27 Mar 2022 02:58:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1648349889.9988904e1660bddfb33e49cec5f05b6ec3fac223.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nftables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nftables/nftables-9999.ebuild X-VCS-Directories: net-firewall/nftables/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9988904e1660bddfb33e49cec5f05b6ec3fac223 X-VCS-Branch: master Date: Sun, 27 Mar 2022 02:58:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2fd60bc-dcae-442d-be6c-fada757b05bd X-Archives-Hash: f30c567fe38734b41f924eaa5f767c22 commit: 9988904e1660bddfb33e49cec5f05b6ec3fac223 Author: Sam James gentoo org> AuthorDate: Sun Mar 27 02:58:09 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 27 02:58:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9988904e net-firewall/nftables: drop patches from live ebuild All applied upstream. Signed-off-by: Sam James gentoo.org> net-firewall/nftables/nftables-9999.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild index 4e105370dd23..fa427dadfaab 100644 --- a/net-firewall/nftables/nftables-9999.ebuild +++ b/net-firewall/nftables/nftables-9999.ebuild @@ -55,12 +55,6 @@ REQUIRED_USE=" libedit? ( !readline ) " -PATCHES=( - "${FILESDIR}/nftables-1.0.2-compilation.patch" - "${FILESDIR}/nftables-1.0.2-build-explicitly-pass-version-script-to-linker.patch" - "${FILESDIR}/nftables-1.0.2-libnftables.map-export-new-nft_ctx_-get-set-_optimiz.patch" -) - pkg_setup() { if kernel_is ge 3 13; then if use modern-kernel && kernel_is lt 3 18; then