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 7777313835A 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 904C3E0877; 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 7831AE0877 for ; Thu, 4 Mar 2021 15:04:41 +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 4068F340ED1 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 A0EA2478 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: <1614870250.65e4493ea74765e8bd894fd738ec990cf8e5ba6f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy/pypy-7.3.3_p2-r1.ebuild dev-python/pypy/pypy-7.3.3_p2.ebuild X-VCS-Directories: dev-python/pypy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 65e4493ea74765e8bd894fd738ec990cf8e5ba6f 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: f8be0153-5c15-47d6-a2bd-bf42afcb4de2 X-Archives-Hash: 4c80b5660241184bc50b51cb24dfff67 commit: 65e4493ea74765e8bd894fd738ec990cf8e5ba6f Author: Michał Górny gentoo org> AuthorDate: Thu Mar 4 15:03:06 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 4 15:04:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e4493e dev-python/pypy: Force -exe sec upgrade Signed-off-by: Michał Górny gentoo.org> dev-python/pypy/{pypy-7.3.3_p2.ebuild => pypy-7.3.3_p2-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypy/pypy-7.3.3_p2.ebuild b/dev-python/pypy/pypy-7.3.3_p2-r1.ebuild similarity index 97% rename from dev-python/pypy/pypy-7.3.3_p2.ebuild rename to dev-python/pypy/pypy-7.3.3_p2-r1.ebuild index efb7417a75b..d9a8bc29d15 100644 --- a/dev-python/pypy/pypy-7.3.3_p2.ebuild +++ b/dev-python/pypy/pypy-7.3.3_p2-r1.ebuild @@ -23,8 +23,8 @@ IUSE="bzip2 gdbm +jit libressl ncurses sqlite tk" RDEPEND=" || ( - dev-python/pypy-exe:${PYPY_PV}[bzip2?,ncurses?] - dev-python/pypy-exe-bin:${PYPY_PV} + >=dev-python/pypy-exe-${PV}:${PYPY_PV}[bzip2?,ncurses?] + >=dev-python/pypy-exe-bin-${PV}:${PYPY_PV} ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )