From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1193143-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 CB965138359
	for <garchives@archives.gentoo.org>; Sun,  2 Aug 2020 21:08:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 07E41E09D8;
	Sun,  2 Aug 2020 21:08:33 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 E71FBE09D9
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Aug 2020 21:08:32 +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 E794B34F32C
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Aug 2020 21:08:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AD462CE
	for <gentoo-commits@lists.gentoo.org>; Sun,  2 Aug 2020 21:08:30 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@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, "Georgy Yakovlev" <gyakovlev@gentoo.org>
Message-ID: <1596402497.971b0552690fa0b0c6ac7059cb2f76c791f1ca17.gyakovlev@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yappi/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/yappi/yappi-1.2.5-r1.ebuild dev-python/yappi/yappi-1.2.5.ebuild
X-VCS-Directories: dev-python/yappi/
X-VCS-Committer: gyakovlev
X-VCS-Committer-Name: Georgy Yakovlev
X-VCS-Revision: 971b0552690fa0b0c6ac7059cb2f76c791f1ca17
X-VCS-Branch: master
Date: Sun,  2 Aug 2020 21:08:30 +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: 581ea23c-f82e-4fae-8642-d12c8adc45f6
X-Archives-Hash: b30927b8ae6614f748c30e26edc9b85d

commit:     971b0552690fa0b0c6ac7059cb2f76c791f1ca17
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 21:02:16 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 21:08:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971b0552

dev-python/yappi: rebvbump, fix backport dep

Bug: https://bugs.gentoo.org/735130
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 dev-python/yappi/{yappi-1.2.5.ebuild => yappi-1.2.5-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/yappi/yappi-1.2.5.ebuild b/dev-python/yappi/yappi-1.2.5-r1.ebuild
similarity index 91%
rename from dev-python/yappi/yappi-1.2.5.ebuild
rename to dev-python/yappi/yappi-1.2.5-r1.ebuild
index 390429d7df2..3af35387b4f 100644
--- a/dev-python/yappi/yappi-1.2.5.ebuild
+++ b/dev-python/yappi/yappi-1.2.5-r1.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
-	dev-python/contextvars[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/contextvars[${PYTHON_USEDEP}]' 'python3_6')
 "
 
 PATCHES=(