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 0FBBD1382C5 for ; Sun, 29 Nov 2020 20:22:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 425F3E077A; Sun, 29 Nov 2020 20:22:58 +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 27561E077A for ; Sun, 29 Nov 2020 20:22:58 +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 B681D341359 for ; Sun, 29 Nov 2020 20:22:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 045603F0 for ; Sun, 29 Nov 2020 20:22:55 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1606681360.96569e0818e1208f07292f3bbab159747a00903f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libseccomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libseccomp/libseccomp-2.5.1.ebuild X-VCS-Directories: sys-libs/libseccomp/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 96569e0818e1208f07292f3bbab159747a00903f X-VCS-Branch: master Date: Sun, 29 Nov 2020 20:22:55 +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: 4b1e89a2-463e-4d07-9f8a-fbdd5f69554c X-Archives-Hash: 0db2a1b768d5f84a1dfe8eb610bd25af commit: 96569e0818e1208f07292f3bbab159747a00903f Author: Lars Wendler gentoo org> AuthorDate: Sun Nov 29 20:22:40 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Nov 29 20:22:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96569e08 sys-libs/libseccomp: Added dev-python/cython to BDEPEND Reported-by: Olivier Huber gmail.com> Closes: https://bugs.gentoo.org/756064 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> sys-libs/libseccomp/libseccomp-2.5.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-libs/libseccomp/libseccomp-2.5.1.ebuild b/sys-libs/libseccomp/libseccomp-2.5.1.ebuild index 1375d590f41..bbf6a2d75f0 100644 --- a/sys-libs/libseccomp/libseccomp-2.5.1.ebuild +++ b/sys-libs/libseccomp/libseccomp-2.5.1.ebuild @@ -32,7 +32,10 @@ REQUIRED_USE=" BDEPEND=" dev-util/gperf - python? ( ${PYTHON_DEPS} ) + python? ( + ${PYTHON_DEPS} + dev-python/cython[${PYTHON_USEDEP}] + ) " DEPEND="${BDEPEND}" RDEPEND="${DEPEND}"