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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66DD5158091 for ; Wed, 15 Jun 2022 04:23:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09552E08AD; Wed, 15 Jun 2022 04:23:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87F1CE08AD for ; Wed, 15 Jun 2022 04:23:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72EE63418F3 for ; Wed, 15 Jun 2022 04:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3F787F for ; Wed, 15 Jun 2022 04:23:47 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1655266649.74708f4ce3dc30d1982b2d38760077f6aa23c2ba.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ply/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ply/ply-2.1.1-r1.ebuild X-VCS-Directories: dev-util/ply/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 74708f4ce3dc30d1982b2d38760077f6aa23c2ba X-VCS-Branch: master Date: Wed, 15 Jun 2022 04:23:47 +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: 28d03a0f-9641-4a34-ab2b-aad8b7be0f2a X-Archives-Hash: 30b275017b1b4e8811d11eea42f7b86d commit: 74708f4ce3dc30d1982b2d38760077f6aa23c2ba Author: Jakov Smolić gentoo org> AuthorDate: Wed Jun 15 04:17:29 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Wed Jun 15 04:17:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74708f4c dev-util/ply: Fix typo BPF_JIT -> EPF_JIT Reported-by: Yixun Lan gentoo.org> Signed-off-by: Jakov Smolić gentoo.org> dev-util/ply/ply-2.1.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ply/ply-2.1.1-r1.ebuild b/dev-util/ply/ply-2.1.1-r1.ebuild index d90a8aeee807..05d466b6b261 100644 --- a/dev-util/ply/ply-2.1.1-r1.ebuild +++ b/dev-util/ply/ply-2.1.1-r1.ebuild @@ -21,7 +21,7 @@ RDEPEND="!sys-boot/plymouth" pkg_pretend() { local CONFIG_CHECK="~BPF ~BPF_SYSCALL ~NET_CLS_BPF ~NET_ACT_BPF - ~BPF_JIT ~HAVE_BPF_JIT ~BPF_EVENTS" + ~BPF_JIT ~HAVE_EBPF_JIT ~BPF_EVENTS" check_extra_config }