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 05655138359 for ; Fri, 17 Jul 2020 01:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E24DE0805; Fri, 17 Jul 2020 01:17:35 +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 E9E1FE0805 for ; Fri, 17 Jul 2020 01:17:34 +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 A943E34F1AB for ; Fri, 17 Jul 2020 01:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C4C02A4 for ; Fri, 17 Jul 2020 01:17:29 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1594948644.7b5a497bda493788a8212f46f7fd3f628676c1d7.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyre2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyre2/pyre2-1.0.7.ebuild X-VCS-Directories: dev-python/pyre2/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 7b5a497bda493788a8212f46f7fd3f628676c1d7 X-VCS-Branch: master Date: Fri, 17 Jul 2020 01:17:29 +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: 93c736fa-7419-4f6d-8588-bf1c920c10e9 X-Archives-Hash: a73f14ade91c96a977fc4fbf16c8764a commit: 7b5a497bda493788a8212f46f7fd3f628676c1d7 Author: Patrick McLean sony com> AuthorDate: Fri Jul 17 01:17:24 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Jul 17 01:17:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5a497b dev-python/pyre2-1.0.7: Add subslot dep on dev-libs/re2 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Patrick McLean gentoo.org> dev-python/pyre2/pyre2-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyre2/pyre2-1.0.7.ebuild b/dev-python/pyre2/pyre2-1.0.7.ebuild index 35338c2c5a9..89d8eb68d77 100644 --- a/dev-python/pyre2/pyre2-1.0.7.ebuild +++ b/dev-python/pyre2/pyre2-1.0.7.ebuild @@ -14,7 +14,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="dev-libs/re2" +DEPEND="dev-libs/re2:=" RDEPEND="${DEPEND}" distutils_enable_tests setup.py