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 6AAC1138359 for ; Thu, 30 Jul 2020 14:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81C48E0A6D; Thu, 30 Jul 2020 14:05:11 +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 61433E0A6D for ; Thu, 30 Jul 2020 14:05:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6A4D534EF22 for ; Thu, 30 Jul 2020 14:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C969C2E7 for ; Thu, 30 Jul 2020 14:05:04 +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: <1596117899.6e5de898bf7d042cd5b4d9f4370c7d89ac2a5ced.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcap-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild X-VCS-Directories: sys-libs/libcap-ng/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6e5de898bf7d042cd5b4d9f4370c7d89ac2a5ced X-VCS-Branch: master Date: Thu, 30 Jul 2020 14:05:04 +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: b05e682e-d124-4868-bdad-45dd400ddc0e X-Archives-Hash: 4d56a37a59dcdfb0174f7953fcfb3400 commit: 6e5de898bf7d042cd5b4d9f4370c7d89ac2a5ced Author: David Michael gmail com> AuthorDate: Thu Jul 30 14:04:08 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 30 14:04:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5de898 sys-libs/libcap-ng: Put python dep into BDEPEND Closes: https://bugs.gentoo.org/734774 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild b/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild index dda9a06b3da..f19dc4e73c8 100644 --- a/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild +++ b/sys-libs/libcap-ng/libcap-ng-0.7.10.ebuild @@ -19,8 +19,8 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} - sys-kernel/linux-headers - python? ( >=dev-lang/swig-2 )" + sys-kernel/linux-headers" +BDEPEND="python? ( >=dev-lang/swig-2 )" src_prepare() { default