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 4DC71158092 for ; Tue, 14 Sep 2021 06:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97A88E0972; Tue, 14 Sep 2021 06:28:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78854E0972 for ; Tue, 14 Sep 2021 06:28:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACF5C342F5D for ; Tue, 14 Sep 2021 06:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B7D53B for ; Tue, 14 Sep 2021 06:28:35 +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: <1631600898.06adeb615141b3b507ea523b91f9ea5aa9d6ced5.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bpftool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bpftool/bpftool-5.12.ebuild X-VCS-Directories: dev-util/bpftool/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 06adeb615141b3b507ea523b91f9ea5aa9d6ced5 X-VCS-Branch: master Date: Tue, 14 Sep 2021 06:28:35 +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: d2b63c40-e6b7-4047-b537-19cc0896a517 X-Archives-Hash: f8783752bb907371ba15616ae1cd9aa2 commit: 06adeb615141b3b507ea523b91f9ea5aa9d6ced5 Author: Jakov Smolić gentoo org> AuthorDate: Tue Sep 14 06:28:11 2021 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue Sep 14 06:28:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06adeb61 dev-util/bpftool: Inherit python-any-r1 Closes: https://bugs.gentoo.org/813023 Signed-off-by: Jakov Smolić gentoo.org> dev-util/bpftool/bpftool-5.12.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/bpftool/bpftool-5.12.ebuild b/dev-util/bpftool/bpftool-5.12.ebuild index a5d21696992..2d687e71907 100644 --- a/dev-util/bpftool/bpftool-5.12.ebuild +++ b/dev-util/bpftool/bpftool-5.12.ebuild @@ -3,7 +3,8 @@ EAPI=8 -inherit estack linux-info optfeature toolchain-funcs +PYTHON_COMPAT=( python3_{8..10} ) +inherit estack linux-info optfeature python-any-r1 toolchain-funcs MY_PV="${PV/_/-}" MY_PV="${MY_PV/-pre/-git}" @@ -39,6 +40,7 @@ DEPEND=" " BDEPEND=" ${LINUX_PATCH+dev-util/patchutils} + ${PYTHON_DEPS} dev-python/docutils "