From b438e96881786f7d507d98a513a2a7033d2ca0cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 19 Oct 2024 12:50:50 +0200 Subject: [PATCH] dev-python/pypy3_10-exe: Support dev-lang/pypy:2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pypy3_10-exe/pypy3_10-exe-7.3.17.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.17.ebuild b/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.17.ebuild index a36ea7940a498..63d7fce8fe523 100644 --- a/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.17.ebuild +++ b/dev-python/pypy3_10-exe/pypy3_10-exe-7.3.17.ebuild @@ -40,7 +40,10 @@ DEPEND=" ${RDEPEND} " BDEPEND=" - dev-python/pypy + || ( + dev-lang/pypy:2.7 + dev-python/pypy + ) virtual/pkgconfig "