Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/
Date: Tue, 25 Apr 2017 22:20:21
Message-Id: 1493158808.4de24a53c13dcbfe02319a9be33d9804f41a86ef.mgorny@gentoo
1 commit: 4de24a53c13dcbfe02319a9be33d9804f41a86ef
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 25 22:16:10 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 25 22:20:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de24a53
7
8 package.mask: Fix the version in PyPy mask
9
10 profiles/package.mask | 12 ++++++------
11 1 file changed, 6 insertions(+), 6 deletions(-)
12
13 diff --git a/profiles/package.mask b/profiles/package.mask
14 index 45c1a5a466e..c5fa19cdce9 100644
15 --- a/profiles/package.mask
16 +++ b/profiles/package.mask
17 @@ -33,12 +33,12 @@
18 # New synced PyPy 2+3 release. Masked for testing. The distutils C++
19 # patch needed major updates for both versions, we need to find some
20 # test case for it. Plus, PyPy3 is now based on Python 3.5.
21 ->=dev-python/pypy-3.7
22 ->=dev-python/pypy-bin-3.7
23 ->=dev-python/pypy3-3.7
24 ->=dev-python/pypy3-bin-3.7
25 ->=virtual/pypy-3.7
26 ->=virtual/pypy3-3.7
27 +>=dev-python/pypy-5.7
28 +>=dev-python/pypy-bin-5.7
29 +>=dev-python/pypy3-5.7
30 +>=dev-python/pypy3-bin-5.7
31 +>=virtual/pypy-5.7
32 +>=virtual/pypy3-5.7
33
34 # Michael Palimaka <kensington@g.o> (23 Apr 2017)
35 # Doesn't work with any in-tree versions of vim. Inactive upstream.