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 79F73138239 for ; Mon, 30 Dec 2019 12:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0309E0BE0; Mon, 30 Dec 2019 12:59:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A4B67E0BDB for ; Mon, 30 Dec 2019 12:59:17 +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 D4FD434DD4D for ; Mon, 30 Dec 2019 12:59:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14A64A8 for ; Mon, 30 Dec 2019 12:59:10 +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: <1577710740.874791558c2c5aeb36dd0bd4a5c193643f8f5794.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3-exe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild X-VCS-Directories: dev-python/pypy3-exe/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 874791558c2c5aeb36dd0bd4a5c193643f8f5794 X-VCS-Branch: master Date: Mon, 30 Dec 2019 12:59:10 +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: 7607790a-1d8e-46ce-887b-fa2f31872969 X-Archives-Hash: 95f32ff465c253110b545a553a68bbe2 commit: 874791558c2c5aeb36dd0bd4a5c193643f8f5794 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 30 12:34:30 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Dec 30 12:59:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87479155 dev-python/pypy3-exe: virtual/pypy → dev-python/pypy Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild index d5c7abffda2..09209ec7125 100644 --- a/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild +++ b/dev-python/pypy3-exe/pypy3-exe-7.3.0.ebuild @@ -26,10 +26,10 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0= ncurses? ( sys-libs/ncurses:0= ) !dev-python/pypy3-exe-bin:${PV}" DEPEND="${RDEPEND} - low-memory? ( virtual/pypy ) + low-memory? ( dev-python/pypy ) !low-memory? ( || ( - virtual/pypy + dev-python/pypy ( dev-lang/python:2.7 dev-python/pycparser[python_targets_python2_7(-),python_single_target_python2_7(+)] @@ -65,7 +65,7 @@ pkg_setup() { else einfo "Using ${EPYTHON:-python2} to perform the translation. Please note that upstream" einfo "recommends using PyPy for that. If you wish to do so, please install" - einfo "virtual/pypy and ensure that EPYTHON variable is unset." + einfo "dev-python/pypy and ensure that EPYTHON variable is unset." fi python-any-r1_pkg_setup