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 5E04F1382C5 for ; Thu, 4 Mar 2021 15:04:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84CB4E0876; Thu, 4 Mar 2021 15:04:41 +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 69A1BE0876 for ; Thu, 4 Mar 2021 15:04:41 +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 1EB93340C96 for ; Thu, 4 Mar 2021 15:04:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59454F1 for ; Thu, 4 Mar 2021 15:04:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1614870251.92af810ce7f4d68a66ed1a41b91729b17c207f93.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild dev-python/pypy3/pypy3-7.3.3_p37_p1.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 92af810ce7f4d68a66ed1a41b91729b17c207f93 X-VCS-Branch: master Date: Thu, 4 Mar 2021 15:04:38 +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: b556e8c3-9f77-460f-8b9c-d6b4a5c18956 X-Archives-Hash: 1cbcae4988d0fce89a18e8e8dec8cbcf commit: 92af810ce7f4d68a66ed1a41b91729b17c207f93 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 4 15:03:55 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 4 15:04:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92af810c dev-python/pypy3: Force -exe sec upgrade Signed-off-by: Michał Górny gentoo.org> .../pypy3/{pypy3-7.3.3_p37_p1.ebuild => pypy3-7.3.3_p37_p1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy3/pypy3-7.3.3_p37_p1.ebuild b/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild similarity index 98% rename from dev-python/pypy3/pypy3-7.3.3_p37_p1.ebuild rename to dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild index ecc2dc08243..f41ba9dd6fd 100644 --- a/dev-python/pypy3/pypy3-7.3.3_p37_p1.ebuild +++ b/dev-python/pypy3/pypy3-7.3.3_p37_p1-r1.ebuild @@ -26,8 +26,8 @@ RESTRICT="test" RDEPEND=" || ( - dev-python/pypy3-exe:${PV%_p*}[bzip2?,ncurses?] - dev-python/pypy3-exe-bin:${PV%_p*} + >=dev-python/pypy3-exe-${PV}:${PV%_p*}[bzip2?,ncurses?] + >=dev-python/pypy3-exe-bin-${PV}:${PV%_p*} ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )