From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1312508-garchives=archives.gentoo.org@lists.gentoo.org>
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 DEDFF139360
	for <garchives@archives.gentoo.org>; Fri, 13 Aug 2021 18:33:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B7AD4E0828;
	Fri, 13 Aug 2021 18:33:43 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 670D8E0825
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Aug 2021 18:33:43 +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 D427B342A7C
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Aug 2021 18:33:41 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 541E889F
	for <gentoo-commits@lists.gentoo.org>; Fri, 13 Aug 2021 18:33:40 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1628879611.10c7a9f67aa11fa7ca87b46c753232286a006696.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryfs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-fs/cryfs/cryfs-0.10.2-r1.ebuild sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
X-VCS-Directories: sys-fs/cryfs/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 10c7a9f67aa11fa7ca87b46c753232286a006696
X-VCS-Branch: master
Date: Fri, 13 Aug 2021 18:33:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 6d15d6d7-0d0f-4e88-8e51-b98b2a9ed536
X-Archives-Hash: 446c141883424eb14cfe808534aba0b8

commit:     10c7a9f67aa11fa7ca87b46c753232286a006696
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 18:31:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 18:33:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10c7a9f6

sys-fs/cryfs: use BDEPEND for ${PYTHON_DEPS}

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/cryfs/cryfs-0.10.2-r1.ebuild | 2 +-
 sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-fs/cryfs/cryfs-0.10.2-r1.ebuild b/sys-fs/cryfs/cryfs-0.10.2-r1.ebuild
index 64254d9ce02..5f06da1a12f 100644
--- a/sys-fs/cryfs/cryfs-0.10.2-r1.ebuild
+++ b/sys-fs/cryfs/cryfs-0.10.2-r1.ebuild
@@ -31,9 +31,9 @@ RDEPEND="
 	dev-libs/openssl:0=
 "
 DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
 	test? ( dev-cpp/gtest )
 "
+BDEPEND="${PYTHON_DEPS}"
 
 PATCHES=(
 	# TODO upstream:

diff --git a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
index 675a8c9967b..6b27028e16c 100644
--- a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
+++ b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
@@ -31,9 +31,9 @@ RDEPEND="
 	dev-libs/openssl:0=
 "
 DEPEND="${RDEPEND}
-	${PYTHON_DEPS}
 	test? ( dev-cpp/gtest )
 "
+BDEPEND="${PYTHON_DEPS}"
 
 PATCHES=(
 	# TODO upstream: