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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D36A1138359 for ; Mon, 7 Sep 2020 08:55:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09CE7E09BA; Mon, 7 Sep 2020 08:55:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1DFCE09BA for ; Mon, 7 Sep 2020 08:55:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71A7E33BE4D for ; Mon, 7 Sep 2020 08:55:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8051361 for ; Mon, 7 Sep 2020 08:55:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1599468854.53ef854dfb7e89349706375f8555eadb25405569.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/pf-sources/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/pf-sources/pf-sources-5.6_p8.ebuild sys-kernel/pf-sources/pf-sources-5.7_p5.ebuild sys-kernel/pf-sources/pf-sources-5.7_p7.ebuild sys-kernel/pf-sources/pf-sources-5.8_p1.ebuild sys-kernel/pf-sources/pf-sources-5.8_p2.ebuild sys-kernel/pf-sources/pf-sources-5.8_p3.ebuild X-VCS-Directories: sys-kernel/pf-sources/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 53ef854dfb7e89349706375f8555eadb25405569 X-VCS-Branch: master Date: Mon, 7 Sep 2020 08:55:07 +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: a4295e8b-faae-4eca-996d-b0ed6c23acb8 X-Archives-Hash: 354241209421aa5ac17667c30d9add84 commit: 53ef854dfb7e89349706375f8555eadb25405569 Author: David Seifert gentoo org> AuthorDate: Mon Sep 7 08:54:14 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Sep 7 08:54:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ef854d sys-kernel/pf-sources: Inherit optfeature.eclass Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert gentoo.org> sys-kernel/pf-sources/pf-sources-5.6_p8.ebuild | 2 +- sys-kernel/pf-sources/pf-sources-5.7_p5.ebuild | 2 +- sys-kernel/pf-sources/pf-sources-5.7_p7.ebuild | 2 +- sys-kernel/pf-sources/pf-sources-5.8_p1.ebuild | 2 +- sys-kernel/pf-sources/pf-sources-5.8_p2.ebuild | 2 +- sys-kernel/pf-sources/pf-sources-5.8_p3.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-kernel/pf-sources/pf-sources-5.6_p8.ebuild b/sys-kernel/pf-sources/pf-sources-5.6_p8.ebuild index e140e5f7329..a240714a725 100644 --- a/sys-kernel/pf-sources/pf-sources-5.6_p8.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.6_p8.ebuild @@ -23,7 +23,7 @@ K_SECURITY_UNSUPPORTED="1" # already included in pf-sources K_WANT_GENPATCHES="base extras" -inherit eutils kernel-2 +inherit optfeature kernel-2 detect_version DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and Gentoo's genpatches" diff --git a/sys-kernel/pf-sources/pf-sources-5.7_p5.ebuild b/sys-kernel/pf-sources/pf-sources-5.7_p5.ebuild index 2a683a5287d..d2e345cf5fb 100644 --- a/sys-kernel/pf-sources/pf-sources-5.7_p5.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.7_p5.ebuild @@ -23,7 +23,7 @@ K_SECURITY_UNSUPPORTED="1" # already included in pf-sources K_WANT_GENPATCHES="base extras" -inherit eutils kernel-2 +inherit optfeature kernel-2 detect_version DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and Gentoo's genpatches" diff --git a/sys-kernel/pf-sources/pf-sources-5.7_p7.ebuild b/sys-kernel/pf-sources/pf-sources-5.7_p7.ebuild index 2a683a5287d..d2e345cf5fb 100644 --- a/sys-kernel/pf-sources/pf-sources-5.7_p7.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.7_p7.ebuild @@ -23,7 +23,7 @@ K_SECURITY_UNSUPPORTED="1" # already included in pf-sources K_WANT_GENPATCHES="base extras" -inherit eutils kernel-2 +inherit optfeature kernel-2 detect_version DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and Gentoo's genpatches" diff --git a/sys-kernel/pf-sources/pf-sources-5.8_p1.ebuild b/sys-kernel/pf-sources/pf-sources-5.8_p1.ebuild index 2a683a5287d..d2e345cf5fb 100644 --- a/sys-kernel/pf-sources/pf-sources-5.8_p1.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.8_p1.ebuild @@ -23,7 +23,7 @@ K_SECURITY_UNSUPPORTED="1" # already included in pf-sources K_WANT_GENPATCHES="base extras" -inherit eutils kernel-2 +inherit optfeature kernel-2 detect_version DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and Gentoo's genpatches" diff --git a/sys-kernel/pf-sources/pf-sources-5.8_p2.ebuild b/sys-kernel/pf-sources/pf-sources-5.8_p2.ebuild index 2a683a5287d..d2e345cf5fb 100644 --- a/sys-kernel/pf-sources/pf-sources-5.8_p2.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.8_p2.ebuild @@ -23,7 +23,7 @@ K_SECURITY_UNSUPPORTED="1" # already included in pf-sources K_WANT_GENPATCHES="base extras" -inherit eutils kernel-2 +inherit optfeature kernel-2 detect_version DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and Gentoo's genpatches" diff --git a/sys-kernel/pf-sources/pf-sources-5.8_p3.ebuild b/sys-kernel/pf-sources/pf-sources-5.8_p3.ebuild index 2a683a5287d..d2e345cf5fb 100644 --- a/sys-kernel/pf-sources/pf-sources-5.8_p3.ebuild +++ b/sys-kernel/pf-sources/pf-sources-5.8_p3.ebuild @@ -23,7 +23,7 @@ K_SECURITY_UNSUPPORTED="1" # already included in pf-sources K_WANT_GENPATCHES="base extras" -inherit eutils kernel-2 +inherit optfeature kernel-2 detect_version DESCRIPTION="Linux kernel fork that includes the pf-kernel patchset and Gentoo's genpatches"