From 4de24a53c13dcbfe02319a9be33d9804f41a86ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 26 Apr 2017 00:16:10 +0200 Subject: [PATCH] package.mask: Fix the version in PyPy mask --- profiles/package.mask | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 45c1a5a466e79..c5fa19cdce915 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,12 +33,12 @@ # New synced PyPy 2+3 release. Masked for testing. The distutils C++ # patch needed major updates for both versions, we need to find some # test case for it. Plus, PyPy3 is now based on Python 3.5. ->=dev-python/pypy-3.7 ->=dev-python/pypy-bin-3.7 ->=dev-python/pypy3-3.7 ->=dev-python/pypy3-bin-3.7 ->=virtual/pypy-3.7 ->=virtual/pypy3-3.7 +>=dev-python/pypy-5.7 +>=dev-python/pypy-bin-5.7 +>=dev-python/pypy3-5.7 +>=dev-python/pypy3-bin-5.7 +>=virtual/pypy-5.7 +>=virtual/pypy3-5.7 # Michael Palimaka (23 Apr 2017) # Doesn't work with any in-tree versions of vim. Inactive upstream.